Skip to content

Commit

Permalink
=sbt Update Scala 3 version to 3.1.3-RC3
Browse files Browse the repository at this point in the history
  • Loading branch information
He-Pin committed May 13, 2022
1 parent 70b6b0e commit 669c16b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ object Dependencies {

val scala212Version = "2.12.15"
val scala213Version = "2.13.8"
val scala3Version = "3.1.2"
val scala3Version = "3.1.3-RC3"
val allScalaVersions =
// FIXME: can be simplified when Akka 2.5 is dropped
if (AkkaDependency.akkaVersion startsWith "2.6.")
Expand Down

0 comments on commit 669c16b

Please sign in to comment.