Skip to content

Commit

Permalink
Merge pull request #72 from lolgab/mill-0.11.0
Browse files Browse the repository at this point in the history
Update Mill to 0.11.0
  • Loading branch information
ckipp01 authored Jun 8, 2023
2 parents 4febf3f + 33a8353 commit 421319c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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.0-M10")
val millVersions = Seq("0.10.12", "0.11.0")
val scala213 = "2.13.10"
val pluginName = "mill-ci-release"

Expand Down Expand Up @@ -53,7 +53,7 @@ class Plugin(millVersion: String)
ivy"com.lihaoyi::mill-scalalib:${millVersion}"
)
override def ivyDeps = super.ivyDeps() ++ Agg(
ivy"de.tototec::de.tobiasroeser.mill.vcs.version_mill${millBinaryVersion(millVersion)}::0.3.1-8-37c08a"
ivy"de.tototec::de.tobiasroeser.mill.vcs.version_mill${millBinaryVersion(millVersion)}::0.4.0"
)
override def scalacOptions = Seq("-Ywarn-unused", "-deprecation")

Expand Down

0 comments on commit 421319c

Please sign in to comment.