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 426a9b4 commit 789876aCopy full SHA for 789876a
build.sc
@@ -21,7 +21,7 @@ lazy val rtMillVersion = build.version()
21
sealed trait CrossConfig {
22
def millPlatform: String
23
def minMillVersion: String
24
- def scalaVersion: String = "2.13.15"
+ def scalaVersion: String = "2.13.16"
25
def testWithMill: Seq[String] = Seq(minMillVersion)
26
def osLibVersion: String
27
}
0 commit comments