Skip to content

Commit

Permalink
Update to scala 3 M3 (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnynek committed Dec 29, 2020
1 parent 324c5c5 commit 5e5b6a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -2,7 +2,7 @@ import sbtcrossproject.{crossProject, CrossType}

val Scala212 = "2.12.12"
val Scala213 = "2.13.4"
val Scala3 = "3.0.0-M1"
val Scala3 = "3.0.0-M3"

ThisBuild / crossScalaVersions := Seq(Scala213, Scala212)
ThisBuild / scalaVersion := Scala213
Expand Down

0 comments on commit 5e5b6a9

Please sign in to comment.