Skip to content

Commit

Permalink
dep: bump mill to 0.11.5
Browse files Browse the repository at this point in the history
  • Loading branch information
ckipp01 committed Oct 6, 2023
1 parent 9679f96 commit 3d6087f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .mill-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.11.3
0.11.5
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.2")
val millVersions = Seq("0.10.12", "0.11.5")
val millBinaryVersions = millVersions.map(scalaNativeBinaryVersion)
val scala213 = "2.13.12"
val pluginName = "mill-ci-release"
Expand Down

0 comments on commit 3d6087f

Please sign in to comment.