Skip to content

Commit

Permalink
Upgrade to Scala 2.13.14
Browse files Browse the repository at this point in the history
  • Loading branch information
joan38 committed May 16, 2024
1 parent 0fa4f1a commit 8e20ae7
Showing 1 changed file with 1 addition and 1 deletion.
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.12"
override def crossScalaVersion = "2.13.14"
override def artifactSuffix = s"_mill${millBinaryVersion(millVersion)}" + super.artifactSuffix()

override def compileIvyDeps = super.compileIvyDeps() ++ Agg(
Expand Down

0 comments on commit 8e20ae7

Please sign in to comment.