Skip to content

Commit

Permalink
Bump scala version in test
Browse files Browse the repository at this point in the history
  • Loading branch information
lefou authored and joan38 committed Jan 7, 2024
1 parent bb74a54 commit 3662d3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion itest/src/check/build.sc
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.6"
def scalaVersion = "2.13.10"
def scalacOptions = Seq("-Ywarn-unused")
}

0 comments on commit 3662d3e

Please sign in to comment.