Skip to content

Commit

Permalink
Merge pull request #388 from scala-steward/update/9.1.x/patches
Browse files Browse the repository at this point in the history
[9.1.x] Patch updates
  • Loading branch information
mkurz authored Feb 19, 2025
2 parents d038af0 + c822562 commit 7f5f716
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.16"
val Scala3 = "3.3.4"
val Scala3 = "3.3.5"
val ScalaVersions = Seq(Scala213, Scala3)

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

0 comments on commit 7f5f716

Please sign in to comment.