diff --git a/build.sc b/build.sc index 390ec6d..44a11e3 100644 --- a/build.sc +++ b/build.sc @@ -19,7 +19,7 @@ import io.kipp.mill.ci.release.SonatypeHost val millVersions = Seq("0.12.4", "0.11.12", "0.10.15") val millBinaryVersions = millVersions.map(scalaNativeBinaryVersion) -val scala213 = "2.13.14" +val scala213 = "2.13.16" val artifactBase = "mill-github-dependency-graph" def millBinaryVersion(millVersion: String) = scalaNativeBinaryVersion( diff --git a/itest/src/cyclical/build.sc b/itest/src/cyclical/build.sc index 083dbf2..2c9e5df 100644 --- a/itest/src/cyclical/build.sc +++ b/itest/src/cyclical/build.sc @@ -8,7 +8,7 @@ import munit.Assertions._ object overflow extends ScalaModule { - def scalaVersion = "2.13.14" + def scalaVersion = "2.13.16" // See https://github.com/ckipp01/mill-github-dependency-graph/issues/77 for the context // of this test. The main issue is that when you look at the children of this dep in coursier