Skip to content

Commit

Permalink
Merge pull request #149 from ckipp01/update/scala-library-2.13.14
Browse files Browse the repository at this point in the history
Update scala-library to 2.13.14
  • Loading branch information
ckipp01 committed May 23, 2024
2 parents 3d252fd + 082cfee commit 7e2adcf
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import io.kipp.mill.ci.release.SonatypeHost

val millVersions = Seq("0.10.15", "0.11.7")
val millBinaryVersions = millVersions.map(scalaNativeBinaryVersion)
val scala213 = "2.13.13"
val scala213 = "2.13.14"
val artifactBase = "mill-github-dependency-graph"

def millBinaryVersion(millVersion: String) = scalaNativeBinaryVersion(
Expand Down
2 changes: 1 addition & 1 deletion itest/src/cyclical/build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import munit.Assertions._

object overflow extends ScalaModule {

def scalaVersion = "2.13.13"
def scalaVersion = "2.13.14"

// 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
Expand Down
4 changes: 2 additions & 2 deletions itest/src/cyclical/manifests.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@
"relationship": "indirect",
"package_url": "pkg:maven/io.netty/netty-tcnative-classes@2.0.54.Final"
},
"org.scala-lang:scala-library:2.13.13": {
"org.scala-lang:scala-library:2.13.14": {
"metadata": {

},
"dependencies": [

],
"relationship": "direct",
"package_url": "pkg:maven/org.scala-lang/scala-library@2.13.13"
"package_url": "pkg:maven/org.scala-lang/scala-library@2.13.14"
},
"io.netty:netty-tcnative-boringssl-static:2.0.54.Final": {
"metadata": {
Expand Down

0 comments on commit 7e2adcf

Please sign in to comment.