Skip to content

Commit

Permalink
Update scala-library to 2.12.20 (#55)
Browse files Browse the repository at this point in the history
Pull request: #55
  • Loading branch information
scala-steward authored Sep 12, 2024
1 parent 90146f3 commit 6a9d89c
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 @@ -43,7 +43,7 @@ object Mill07 extends PlatformConfig {
object Mill06 extends PlatformConfig {
override val millVersion = "0.6.0" // scala-steward:off
override val millPlatform = "0.6"
override val scalaVersion = "2.12.19"
override val scalaVersion = "2.12.20"
override val testWith = Seq("0.6.3", millVersion)
}

Expand Down

0 comments on commit 6a9d89c

Please sign in to comment.