Skip to content

Commit c48f658

Browse files
Update scala-library to 2.13.15 (#56)
Pull request: #56
1 parent 9a83872 commit c48f658

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import de.tobiasroeser.mill.vcs.version.VcsVersion
1515
trait PlatformConfig {
1616
def millVersion: String
1717
def millPlatform: String
18-
def scalaVersion: String = "2.13.14"
18+
def scalaVersion: String = "2.13.15"
1919
def testWith: Seq[String]
2020

2121
def millScalalib = ivy"com.lihaoyi::mill-scalalib:${millVersion}"

0 commit comments

Comments
 (0)