Skip to content

Commit

Permalink
Update scala-library to 2.12.20
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-ojisan[bot] committed Nov 9, 2024
1 parent fff4a0b commit 3dc788e
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 @@ -8,7 +8,7 @@ version := "2.0.0"

scalaVersion := "2.13.14"

crossScalaVersions := Seq("2.12.19", "2.11.12", "2.10.7", "2.13.14", "3.3.3")
crossScalaVersions := Seq("2.12.20", "2.11.12", "2.10.7", "2.13.14", "3.3.3")

TaskKey[Unit]("checkScalariform") := {
val diff = "git diff".!!
Expand Down

0 comments on commit 3dc788e

Please sign in to comment.