Skip to content

Commit

Permalink
Update Scala and Mill
Browse files Browse the repository at this point in the history
  • Loading branch information
joan38 committed Jul 8, 2022
1 parent 63d0178 commit 05eedb8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 mill.scalalib.api.Util.scalaNativeBinaryVersion
import mill.scalalib.publish.{Developer, License, PomSettings, VersionControl}
import scalalib._

val millVersions = Seq("0.10.0", "0.9.12")
val millVersions = Seq("0.10.5", "0.9.12")
def millBinaryVersion(millVersion: String) = scalaNativeBinaryVersion(millVersion)

object `mill-scalafix` extends Cross[MillScalafixCross](millVersions: _*)
Expand All @@ -23,7 +23,7 @@ class MillScalafixCross(millVersion: String)
with StyleModule
with BuildInfo
with GitVersionedPublishModule {
override def crossScalaVersion = "2.13.7"
override def crossScalaVersion = "2.13.8"
override def artifactSuffix = s"_mill${millBinaryVersion(millVersion)}" + super.artifactSuffix()
override def scalacOptions =
super.scalacOptions().filterNot(opt => millVersion.startsWith("0.10") && opt == "-Xfatal-warnings")
Expand Down
2 changes: 1 addition & 1 deletion mill
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# This is a wrapper script, that automatically download mill from GitHub release pages
# You can give the required mill version with MILL_VERSION env variable
# If no version is given, it falls back to the value of DEFAULT_MILL_VERSION
DEFAULT_MILL_VERSION=0.10.0
DEFAULT_MILL_VERSION=0.10.5

set -e

Expand Down

0 comments on commit 05eedb8

Please sign in to comment.