Skip to content

Commit

Permalink
Merge pull request #91 from ckipp01/update/mill-scalalib-0.11.2
Browse files Browse the repository at this point in the history
Update mill-scalalib to 0.11.2
  • Loading branch information
ckipp01 committed Sep 3, 2023
2 parents 7663c53 + 9a04024 commit a7131a5
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 @@ -13,7 +13,7 @@ import de.tobiasroeser.mill.vcs.version.VcsVersion
import io.kipp.mill.ci.release.CiReleaseModule
import io.kipp.mill.ci.release.SonatypeHost

val millVersions = Seq("0.10.12", "0.11.1")
val millVersions = Seq("0.10.12", "0.11.2")
val millBinaryVersions = millVersions.map(scalaNativeBinaryVersion)
val scala213 = "2.13.11"
val pluginName = "mill-ci-release"
Expand Down

0 comments on commit a7131a5

Please sign in to comment.