From 7a008a8cb965d83194a89903722d4809a3233c40 Mon Sep 17 00:00:00 2001 From: "ckipp01-scala-steward[bot]" <124191317+ckipp01-scala-steward[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 05:03:52 +0000 Subject: [PATCH] Update scala-library to 2.13.16 --- build.sc | 2 +- itest/src/cyclical/build.sc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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