Skip to content

Commit

Permalink
Merge pull request #74 from ckipp01/mill-update
Browse files Browse the repository at this point in the history
dep: bump mill to 0.11.5
  • Loading branch information
ckipp01 committed Oct 6, 2023
2 parents ccc406a + 5f96557 commit d2f16e0
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.integrationtest._
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-giter8"
Expand Down

0 comments on commit d2f16e0

Please sign in to comment.