From bf140960613be291b499ce9282017c0969ce839f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 7 Oct 2025 18:26:11 +0000 Subject: [PATCH] Update scala-library to 2.13.17 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a99473a6b..bcbb9dd7c 100644 --- a/build.sbt +++ b/build.sbt @@ -11,7 +11,7 @@ inThisBuild( organizationName := "Dept. of Protein Evolution, Max Planck Institute for Biology", startYear := Some(2018), licenses += ("Apache-2.0", url("https://www.apache.org/licenses/LICENSE-2.0")), - scalaVersion := "2.13.6" + scalaVersion := "2.13.17" ) )