Skip to content

Commit

Permalink
Update scala-library to 2.13.5
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Mar 6, 2021
1 parent 3ba6ab0 commit 77421b5
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 @@ -17,7 +17,7 @@ val baseDir = build.millSourcePath
trait Deps {
def millPlatform = "0.9"
def millVersion = "0.9.3" // scala-steward:off
def scalaVersion = "2.13.4"
def scalaVersion = "2.13.5"
def testWithMill = Seq("0.9.5", "0.9.4", "0.9.3")

val millMain = ivy"com.lihaoyi::mill-main:${millVersion}"
Expand Down

0 comments on commit 77421b5

Please sign in to comment.