Skip to content

Commit 789876a

Browse files
Update scala-library from 2.13.15 to 2.13.16 (#209)
Pull request: #209
1 parent 426a9b4 commit 789876a

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
@@ -21,7 +21,7 @@ lazy val rtMillVersion = build.version()
2121
sealed trait CrossConfig {
2222
def millPlatform: String
2323
def minMillVersion: String
24-
def scalaVersion: String = "2.13.15"
24+
def scalaVersion: String = "2.13.16"
2525
def testWithMill: Seq[String] = Seq(minMillVersion)
2626
def osLibVersion: String
2727
}

0 commit comments

Comments
 (0)