From f2e220f23da694b0dca02181136a3fb27f20df26 Mon Sep 17 00:00:00 2001 From: Tobias Roeser Date: Sat, 2 Mar 2024 22:52:57 +0100 Subject: [PATCH] Update Scala from 2.13.12 to 2.13.13 (#3053) Pull request: https://github.com/com-lihaoyi/mill/pull/3053 --- build.sc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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