We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00c8e87 commit abaf038Copy full SHA for abaf038
build.sc
@@ -20,7 +20,7 @@ class MillGitCross(millVersion: String)
20
with TpolecatModule
21
with StyleModule
22
with GitVersionedPublishModule {
23
- override def crossScalaVersion = "2.13.10"
+ override def crossScalaVersion = "2.13.15"
24
override def artifactSuffix = s"_mill${millBinaryVersion(millVersion)}" + super.artifactSuffix()
25
26
override def compileIvyDeps = super.compileIvyDeps() ++ Agg(
0 commit comments