Skip to content

Commit

Permalink
Update scala from 2.13.10 to 2.13.12
Browse files Browse the repository at this point in the history
  • Loading branch information
lefou authored and joan38 committed Jan 8, 2024
1 parent 3662d3e commit 381ed57
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ trait MillScalafixCross
with GitVersionedPublishModule
with Cross.Module[String] {
def millVersion = crossValue
override def crossScalaVersion = "2.13.10"
override def crossScalaVersion = "2.13.12"
override def artifactSuffix = s"_mill${millBinaryVersion(millVersion)}" + super.artifactSuffix()

override def compileIvyDeps = super.compileIvyDeps() ++ Agg(
Expand Down
2 changes: 1 addition & 1 deletion itest/src/check-failed/build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import com.goyeau.mill.scalafix.ScalafixModule
import mill.scalalib._

object project extends ScalaModule with ScalafixModule {
def scalaVersion = "2.13.10"
def scalaVersion = "2.13.12"
def scalacOptions = Seq("-Ywarn-unused")
}
2 changes: 1 addition & 1 deletion itest/src/check/build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ import com.goyeau.mill.scalafix.ScalafixModule
import mill.scalalib._

object project extends ScalaModule with ScalafixModule {
def scalaVersion = "2.13.10"
def scalaVersion = "2.13.12"
def scalacOptions = Seq("-Ywarn-unused")
}
2 changes: 1 addition & 1 deletion itest/src/custom-rule/build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import mill.scalalib._
import os._

object project extends ScalaModule with ScalafixModule {
def scalaVersion = "2.13.10"
def scalaVersion = "2.13.12"
def semanticDbEnablePluginScalacOptions = super.semanticDbEnablePluginScalacOptions() ++ Seq("-P:semanticdb:synthetics:on")
def scalafixIvyDeps = Agg(ivy"org.scala-lang.modules::scala-collection-migrations:2.11.0")
}
Expand Down
2 changes: 1 addition & 1 deletion itest/src/fix/build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import mill.scalalib._
import os._

object project extends ScalaModule with ScalafixModule {
def scalaVersion = "2.13.10"
def scalaVersion = "2.13.12"
def scalafixScalaBinaryVersion = mill.scalalib.api.ZincWorkerUtil.scalaBinaryVersion(scalaVersion())
def scalacOptions = Seq("-Ywarn-unused")
}
Expand Down

0 comments on commit 381ed57

Please sign in to comment.