Skip to content

Commit

Permalink
Update scala-library to 2.13.14
Browse files Browse the repository at this point in the history
  • Loading branch information
ckipp01-scala-steward[bot] committed May 2, 2024
1 parent e4afd7d commit cfe55f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,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 pluginName = "mill-giter8"

def millBinaryVersion(millVersion: String) = scalaNativeBinaryVersion(
Expand Down

0 comments on commit cfe55f8

Please sign in to comment.