Skip to content

Commit

Permalink
Update scala3-library to 3.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-ojisan[bot] authored and xuwei-k committed Nov 7, 2022
1 parent 4de723c commit 583249e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -8,7 +8,7 @@ version := "1.3.11-SNAPSHOT"

scalaVersion := "2.13.10"

crossScalaVersions := Seq("2.12.17", "2.11.12", "2.10.7", "2.13.10", "3.2.0")
crossScalaVersions := Seq("2.12.17", "2.11.12", "2.10.7", "2.13.10", "3.2.1")

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

0 comments on commit 583249e

Please sign in to comment.