Skip to content

Commit

Permalink
Update Scala version from 2.13.13 to 2.13.14 (#3146)
Browse files Browse the repository at this point in the history
Pull request: #3146
  • Loading branch information
lefou authored May 8, 2024
1 parent 6d37ead commit 25d975d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ object Settings {
object Deps {

// The Scala version to use
val scalaVersion = "2.13.13"
val scalaVersion = "2.13.14"
// Scoverage 1.x will not get releases for newer Scala versions
val scalaVersionForScoverageWorker1 = "2.13.8"
// The Scala 2.12.x version to use for some workers
Expand Down Expand Up @@ -353,6 +353,7 @@ trait MillPublishJavaModule extends MillJavaModule with PublishModule {
trait MillScalaModule extends ScalaModule with MillJavaModule with ScalafixModule { outer =>
def scalaVersion = Deps.scalaVersion
def scalafixScalaBinaryVersion = ZincWorkerUtil.scalaBinaryVersion(scalaVersion())
def semanticDbVersion = Deps.semanticDBscala.version
def scalacOptions =
super.scalacOptions() ++ Seq(
"-deprecation",
Expand Down

0 comments on commit 25d975d

Please sign in to comment.