Skip to content

Commit 57fb9ba

Browse files
Update scala-library to 2.13.18
1 parent 6c7fa84 commit 57fb9ba

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ lazy val root = (project in file(".")).
9696
commitNextVersion,
9797
pushChanges
9898
),
99-
scalaVersion := "2.11.12",
99+
scalaVersion := "2.13.18",
100100
inThisBuild(List(
101101
organization := "org.foundweekends.conscript",
102102
homepage := Some(url("https://github.com/foundweekends/conscript/")),
@@ -108,7 +108,7 @@ lazy val root = (project in file(".")).
108108
scmInfo := Some(ScmInfo(url("https://github.com/foundweekends/conscript"), "git@github.com:foundweekends/conscript.git"))
109109
)),
110110
name := "conscript",
111-
crossScalaVersions := List("2.11.12"),
111+
crossScalaVersions := List("2.13.18"),
112112
libraryDependencies ++= List(launcherInterface, scalaSwing, dispatchCore, scopt, liftJson, slf4jJdk14),
113113
Compile / packageBin / mainClass := Some("conscript.Conscript"),
114114
(Compile / packageBin / mappings) := {

sbt-conscript/src/sbt-test/cs/basic/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ version := "0.1.0-SNAPSHOT"
44

55
libraryDependencies += "org.scala-sbt" %% "io" % "1.1.0"
66

7-
scalaVersion := "2.11.12"
7+
scalaVersion := "2.13.18"
88

99
organization := "com.example"
1010

0 commit comments

Comments
 (0)