Skip to content

Commit

Permalink
Upgrade to Scala 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xerial committed May 12, 2021
1 parent 716de22 commit 6a99e4a
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 @@ -3,7 +3,7 @@ import xerial.sbt.pack.PackPlugin.publishPackArchiveTgz

val SCALA_2_12 = "2.12.13"
val SCALA_2_13 = "2.13.5"
val SCALA_3_0 = "3.0.0-RC3"
val SCALA_3_0 = "3.0.0"
val targetScalaVersions = SCALA_2_13 :: SCALA_2_12 :: Nil
val withDotty = SCALA_3_0 :: targetScalaVersions

Expand Down

0 comments on commit 6a99e4a

Please sign in to comment.