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

Commit 7e2adcf

Browse files
authored
Merge pull request #149 from ckipp01/update/scala-library-2.13.14
Update scala-library to 2.13.14
2 parents 3d252fd + 082cfee commit 7e2adcf

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.10.15", "0.11.7")
2121
val millBinaryVersions = millVersions.map(scalaNativeBinaryVersion)
22-
val scala213 = "2.13.13"
22+
val scala213 = "2.13.14"
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.13"
11+
def scalaVersion = "2.13.14"
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

itest/src/cyclical/manifests.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@
1515
"relationship": "indirect",
1616
"package_url": "pkg:maven/io.netty/netty-tcnative-classes@2.0.54.Final"
1717
},
18-
"org.scala-lang:scala-library:2.13.13": {
18+
"org.scala-lang:scala-library:2.13.14": {
1919
"metadata": {
2020

2121
},
2222
"dependencies": [
2323

2424
],
2525
"relationship": "direct",
26-
"package_url": "pkg:maven/org.scala-lang/scala-library@2.13.13"
26+
"package_url": "pkg:maven/org.scala-lang/scala-library@2.13.14"
2727
},
2828
"io.netty:netty-tcnative-boringssl-static:2.0.54.Final": {
2929
"metadata": {

0 commit comments

Comments
 (0)