Skip to content
This repository was archived by the owner on May 4, 2025. It is now read-only.

Commit 7a008a8

Browse files
ckipp01-scala-steward[bot]ckipp01
authored andcommitted
Update scala-library to 2.13.16
1 parent b861c3d commit 7a008a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ import io.kipp.mill.ci.release.SonatypeHost
1919

2020
val millVersions = Seq("0.12.4", "0.11.12", "0.10.15")
2121
val millBinaryVersions = millVersions.map(scalaNativeBinaryVersion)
22-
val scala213 = "2.13.14"
22+
val scala213 = "2.13.16"
2323
val artifactBase = "mill-github-dependency-graph"
2424

2525
def millBinaryVersion(millVersion: String) = scalaNativeBinaryVersion(

itest/src/cyclical/build.sc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import munit.Assertions._
88

99
object overflow extends ScalaModule {
1010

11-
def scalaVersion = "2.13.14"
11+
def scalaVersion = "2.13.16"
1212

1313
// See https://github.com/ckipp01/mill-github-dependency-graph/issues/77 for the context
1414
// of this test. The main issue is that when you look at the children of this dep in coursier

0 commit comments

Comments
 (0)