Skip to content

Commit

Permalink
Update scala-library to 2.13.12
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 14, 2023
1 parent f69dfa0 commit 70a587a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def scalaVersionSpecificFolders(srcBaseDir: java.io.File, scalaVersion: String):
val sharedSettings = Seq(
organization := "com.twitter",
scalaVersion := "2.11.12",
crossScalaVersions := Seq("2.11.12", "2.12.17", "2.13.8"),
crossScalaVersions := Seq("2.11.12", "2.12.17", "2.13.12"),
scalacOptions ++= Seq("-unchecked", "-deprecation"),
scalacOptions ++= {
scalaVersion.value match {
Expand Down

0 comments on commit 70a587a

Please sign in to comment.