Skip to content

Commit

Permalink
Update scala-library, scala-reflect to 2.12.20
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 8, 2024
1 parent 464917d commit dc0e1ac
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 @@ -39,7 +39,7 @@ crossScalaVersions := Nil

val sharedSettings = Seq(
organization := "com.twitter",
scalaVersion := "2.12.18",
scalaVersion := "2.12.20",
crossScalaVersions := Seq("2.11.12", scalaVersion.value),
Test / parallelExecution := true,
scalacOptions ++= Seq(
Expand Down

0 comments on commit dc0e1ac

Please sign in to comment.