Skip to content

Commit

Permalink
Merge pull request #26 from ckipp01/scalaBump
Browse files Browse the repository at this point in the history
dep: bump Scala to 2.13.10
  • Loading branch information
ckipp01 committed Dec 8, 2022
2 parents 6e11154 + d49babe commit 7c2c4f3
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 @@ -14,7 +14,7 @@ import io.kipp.mill.ci.release.CiReleaseModule
import io.kipp.mill.ci.release.SonatypeHost

val millVersion = "0.10.0"
val scala213 = "2.13.8"
val scala213 = "2.13.10"
val pluginName = "mill-giter8"

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

0 comments on commit 7c2c4f3

Please sign in to comment.