Skip to content

Commit

Permalink
Update scala-library to 2.13.14
Browse files Browse the repository at this point in the history
  • Loading branch information
foundweekends-bot[bot] committed May 2, 2024
1 parent 73f5c54 commit 2854ef9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ lazy val root = (project in file(".")).
commitNextVersion,
pushChanges
),
scalaVersion := "2.11.12",
scalaVersion := "2.13.14",
inThisBuild(List(
organization := "org.foundweekends.conscript",
homepage := Some(url("https://github.com/foundweekends/conscript/")),
Expand All @@ -102,7 +102,7 @@ lazy val root = (project in file(".")).
scmInfo := Some(ScmInfo(url("https://github.com/foundweekends/conscript"), "[email protected]:foundweekends/conscript.git"))
)),
name := "conscript",
crossScalaVersions := List("2.11.12"),
crossScalaVersions := List("2.13.14"),
libraryDependencies ++= List(launcherInterface, scalaSwing, dispatchCore, scopt, liftJson, slf4jJdk14),
Compile / packageBin / mainClass := Some("conscript.Conscript"),
(Compile / packageBin / mappings) := {
Expand Down
2 changes: 1 addition & 1 deletion sbt-conscript/src/sbt-test/cs/basic/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ version := "0.1.0-SNAPSHOT"

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

scalaVersion := "2.11.12"
scalaVersion := "2.13.14"

organization := "com.example"

Expand Down

0 comments on commit 2854ef9

Please sign in to comment.