Skip to content

Commit

Permalink
Merge pull request #258 from scala-steward/update/scala3-library-3.3.…
Browse files Browse the repository at this point in the history
…0-RC4

Update scala3-library to 3.3.0-RC4
  • Loading branch information
mkurz authored Apr 25, 2023
2 parents 9a1c7c5 + 588f527 commit c8cb962
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 @@ -3,7 +3,7 @@ import sbt._
object Dependencies {
// scalaVersion needs to be kept in sync with ci
val Scala213 = "2.13.10"
val Scala3 = "3.3.0-RC3"
val Scala3 = "3.3.0-RC4"
val ScalaVersions = Seq(Scala213, Scala3)

val PlayVersion = sys.props.getOrElse("play.version", sys.env.getOrElse("PLAY_VERSION", "2.9.0-M4"))
Expand Down

0 comments on commit c8cb962

Please sign in to comment.