We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51ebd42 commit cc92850Copy full SHA for cc92850
project/Dependencies.scala
@@ -10,7 +10,7 @@ object Dependencies {
10
val CronBuild = sys.env.get("GITHUB_EVENT_NAME").contains("schedule")
11
12
val Scala213 = "2.13.15" // update even in link-validator.conf
13
- val Scala3 = "3.3.4"
+ val Scala3 = "3.3.5"
14
val Scala2Versions = Seq(Scala213)
15
val ScalaVersions = Dependencies.Scala2Versions :+ Dependencies.Scala3
16
0 commit comments