From e9af53912daf6e641d014db31976a1d0635d6f77 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 28 Feb 2024 02:34:44 +0000 Subject: [PATCH] Update scala-library to 2.13.13 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a99473a6b..9bfaf0ab1 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.13" ) )