diff --git a/build.sc b/build.sc index fc844caa5fc..198bc24eb80 100644 --- a/build.sc +++ b/build.sc @@ -52,7 +52,7 @@ object Settings { object Deps { // The Scala version to use - val scalaVersion = "2.13.12" + val scalaVersion = "2.13.13" // Scoverage 1.x will not get releases for newer Scala versions val scalaVersionForScoverageWorker1 = "2.13.8" // The Scala 2.12.x version to use for some workers