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 9a83872 commit c48f658Copy full SHA for c48f658
build.sc
@@ -15,7 +15,7 @@ import de.tobiasroeser.mill.vcs.version.VcsVersion
15
trait PlatformConfig {
16
def millVersion: String
17
def millPlatform: String
18
- def scalaVersion: String = "2.13.14"
+ def scalaVersion: String = "2.13.15"
19
def testWith: Seq[String]
20
21
def millScalalib = ivy"com.lihaoyi::mill-scalalib:${millVersion}"
0 commit comments