Skip to content

Commit

Permalink
Merge pull request #125 from ckipp01/update/scala-library-2.13.12
Browse files Browse the repository at this point in the history
Update scala-library to 2.13.12
  • Loading branch information
ckipp01 authored Sep 18, 2023
2 parents 543d83b + 05a21c2 commit bdb9c21
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
4 changes: 1 addition & 3 deletions 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.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(
Expand Down Expand Up @@ -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 {
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.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
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.11": {
"org.scala-lang:scala-library:2.13.12": {
"metadata": {

},
"dependencies": [

],
"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": {
Expand Down

0 comments on commit bdb9c21

Please sign in to comment.