From 858a7a2df9dcdc93504f023c599efc6e7eb6908b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 26 Sep 2024 17:49:22 +0000 Subject: [PATCH] Update scala-library to 2.13.15 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a99473a6b..a8801528c 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.15" ) )