diff --git a/build.sc b/build.sc index 0796b4b..a38a511 100644 --- a/build.sc +++ b/build.sc @@ -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"