Skip to content

Commit

Permalink
Update scala-library to 2.12.15 (#35)
Browse files Browse the repository at this point in the history
Pull request: #35
  • Loading branch information
scala-steward authored Sep 15, 2021
1 parent a3cc129 commit 35a7dd6
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 @@ -45,7 +45,7 @@ object Deps_0_7 extends Deps {
object Deps_0_6 extends Deps {
override def millPlatform = "0.6"
override def millVersion = "0.6.0" // scala-steward:off
override def scalaVersion = "2.12.14"
override def scalaVersion = "2.12.15"
override def testWithMill = Seq("0.6.3", "0.6.2", "0.6.1", "0.6.0")
}

Expand Down

0 comments on commit 35a7dd6

Please sign in to comment.