Skip to content
This repository was archived by the owner on May 4, 2025. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.12.4", "0.11.12", "0.10.15")
val millBinaryVersions = millVersions.map(scalaNativeBinaryVersion)
val scala213 = "2.13.14"
val scala213 = "2.13.16"
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.14"
def scalaVersion = "2.13.16"

// 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
Loading