Skip to content

Commit

Permalink
Merge pull request #103 from ckipp01/update/scala-library-2.13.11
Browse files Browse the repository at this point in the history
Update scala-library to 2.13.11
  • Loading branch information
ckipp01 authored Jul 7, 2023
2 parents 4929837 + a5fa4b3 commit 5352782
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 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.12", "0.11.1")
val millBinaryVersions = millVersions.map(scalaNativeBinaryVersion)
val scala213 = "2.13.10"
val scala213 = "2.13.11"
val artifactBase = "mill-github-dependency-graph"

def millBinaryVersion(millVersion: String) = scalaNativeBinaryVersion(
Expand Down Expand Up @@ -53,6 +53,8 @@ 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.10"
def scalaVersion = "2.13.11"

// 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.10": {
"org.scala-lang:scala-library:2.13.11": {
"metadata": {

},
"dependencies": [

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

0 comments on commit 5352782

Please sign in to comment.