Skip to content

Commit

Permalink
Update scala-library to 2.13.13
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Mar 4, 2024
1 parent 71c0695 commit 8b38555
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 @@ -28,7 +28,7 @@ trait Deps {
// The mill API version used in the project/sources/dependencies, also default for integration tests
def millVersion: String
def millPlatform: String
def scalaVersion: String = "2.13.12"
def scalaVersion: String = "2.13.13"
def millTestVersions: Seq[String]
val scoverageVersion = "2.1.0"

Expand Down

0 comments on commit 8b38555

Please sign in to comment.