Skip to content

Commit

Permalink
Update scala version from 2.13.13 to 2.13.14 (#53)
Browse files Browse the repository at this point in the history
Pull request: #53
  • Loading branch information
scala-steward authored May 15, 2024
1 parent a7811d9 commit fa700db
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 @@ -14,7 +14,7 @@ import mill.define.{Cross, Target, Task}
trait Setup {
val millPlatform: String
val millVersion: String
def scalaVersion = "2.13.13"
def scalaVersion = "2.13.14"
def testMillVersions: Seq[String]
def osLibVersion: String
}
Expand Down

0 comments on commit fa700db

Please sign in to comment.