From eccddc8fe4a8f88601755430513498405f3a07dc Mon Sep 17 00:00:00 2001 From: "ckipp01-scala-steward[bot]" <124191317+ckipp01-scala-steward[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 05:02:22 +0000 Subject: [PATCH 1/3] Update scala-library to 2.13.12 --- 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 1082857..98101d0 100644 --- a/build.sc +++ b/build.sc @@ -19,7 +19,7 @@ import io.kipp.mill.ci.release.SonatypeHost val millVersions = Seq("0.10.12", "0.11.2") val millBinaryVersions = millVersions.map(scalaNativeBinaryVersion) -val scala213 = "2.13.11" +val scala213 = "2.13.12" 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 95aa864..e1dd812 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.11" + def scalaVersion = "2.13.12" // 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 From e5c227c185be296579fbaf8236b52974d6bd4ca6 Mon Sep 17 00:00:00 2001 From: Chris Kipp Date: Mon, 18 Sep 2023 08:04:45 +0200 Subject: [PATCH 2/3] chore: remove explicit semanticdb version --- build.sc | 2 -- 1 file changed, 2 deletions(-) diff --git a/build.sc b/build.sc index 98101d0..0f91a06 100644 --- a/build.sc +++ b/build.sc @@ -53,8 +53,6 @@ trait Common def scalacOptions = Seq("-Ywarn-unused", "-deprecation") def scalafixScalaBinaryVersion = ZincWorkerUtil.scalaBinaryVersion(scala213) - - override def semanticDbVersion = "4.8.1" } object domain extends Common { From 05a21c2e8f16c15169d04630c292e1730c04d8b7 Mon Sep 17 00:00:00 2001 From: Chris Kipp Date: Mon, 18 Sep 2023 08:10:09 +0200 Subject: [PATCH 3/3] chore: bump scala version in test output --- itest/src/cyclical/manifests.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/itest/src/cyclical/manifests.json b/itest/src/cyclical/manifests.json index 9acfb38..bc997c9 100644 --- a/itest/src/cyclical/manifests.json +++ b/itest/src/cyclical/manifests.json @@ -15,7 +15,7 @@ "relationship": "indirect", "package_url": "pkg:maven/io.netty/netty-tcnative-classes@2.0.54.Final" }, - "org.scala-lang:scala-library:2.13.11": { + "org.scala-lang:scala-library:2.13.12": { "metadata": { }, @@ -23,7 +23,7 @@ ], "relationship": "direct", - "package_url": "pkg:maven/org.scala-lang/scala-library@2.13.11" + "package_url": "pkg:maven/org.scala-lang/scala-library@2.13.12" }, "io.netty:netty-tcnative-boringssl-static:2.0.54.Final": { "metadata": {