Skip to content

Commit abf3a9d

Browse files
committed
[5.3.x] scala3-library 3.3.5 (was 3.3.4)
1 parent 888a7c6 commit abf3a9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ lazy val commonSettings = Seq(
2020
// Work around https://issues.scala-lang.org/browse/SI-9311
2121
scalacOptions ~= (_.filterNot(_ == "-Xfatal-warnings")),
2222
scalaVersion := "2.13.16",
23-
crossScalaVersions := Seq("2.13.16", "3.3.4"),
23+
crossScalaVersions := Seq("2.13.16", "3.3.5"),
2424
pomExtra := scala.xml.NodeSeq.Empty, // Can be removed when dropping interplay
2525
developers += Developer(
2626
"playframework",

0 commit comments

Comments
 (0)