Skip to content

Commit abaf038

Browse files
committed
Update scala-library to 2.13.15
1 parent 00c8e87 commit abaf038

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sc

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class MillGitCross(millVersion: String)
2020
with TpolecatModule
2121
with StyleModule
2222
with GitVersionedPublishModule {
23-
override def crossScalaVersion = "2.13.10"
23+
override def crossScalaVersion = "2.13.15"
2424
override def artifactSuffix = s"_mill${millBinaryVersion(millVersion)}" + super.artifactSuffix()
2525

2626
override def compileIvyDeps = super.compileIvyDeps() ++ Agg(

0 commit comments

Comments
 (0)