Skip to content

Commit 0ca8445

Browse files
committed
Update scala-library to 2.13.17
1 parent 7278ef4 commit 0ca8445

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
@@ -28,7 +28,7 @@ trait Deps {
2828
// The mill API version used in the project/sources/dependencies, also default for integration tests
2929
def millVersion: String
3030
def millPlatform: String
31-
def scalaVersion: String = "2.13.16"
31+
def scalaVersion: String = "2.13.17"
3232
def millTestVersions: Seq[String]
3333
val scoverageVersion = "2.4.1"
3434

0 commit comments

Comments
 (0)