Skip to content

Commit 86a7ce6

Browse files
authored
Merge pull request #525 from scala-steward/update/9.1.x/patches
[9.1.x] Patch updates
2 parents ae87ac2 + 08df0bf commit 86a7ce6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import sbt._
33
object Dependencies {
44
// scalaVersion needs to be kept in sync with ci
55
val Scala213 = "2.13.18"
6-
val Scala3 = "3.3.7"
6+
val Scala3 = "3.3.8"
77
val ScalaVersions = Seq(Scala213, Scala3)
88

99
val PlayVersion = sys.props.getOrElse("play.version", sys.env.getOrElse("PLAY_VERSION", "2.9.11"))

0 commit comments

Comments
 (0)