This repository was archived by the owner on May 4, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ import io.kipp.mill.ci.release.SonatypeHost
1919
2020val millVersions = Seq (" 0.10.15" , " 0.11.7" )
2121val millBinaryVersions = millVersions.map(scalaNativeBinaryVersion)
22- val scala213 = " 2.13.13 "
22+ val scala213 = " 2.13.14 "
2323val artifactBase = " mill-github-dependency-graph"
2424
2525def millBinaryVersion (millVersion : String ) = scalaNativeBinaryVersion(
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import munit.Assertions._
88
99object 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
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments