From 3c27ec640ee00f1507a8222c5c692a4b8c9bfa0e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 21 Oct 2022 22:34:48 +0000 Subject: [PATCH 1/3] Update scala-library to 2.13.10 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ac6b712b41..9bebcd119f 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("http://www.apache.org/licenses/LICENSE-2.0")), - scalaVersion := "2.13.6" + scalaVersion := "2.13.10" ) ) From ef3c8ec5ae85ec5c6a1e437c355ecdf21fca2d26 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 12 Nov 2022 21:21:25 +0000 Subject: [PATCH 2/3] Revert commit(s) 3c27ec640 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9bebcd119f..ac6b712b41 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("http://www.apache.org/licenses/LICENSE-2.0")), - scalaVersion := "2.13.10" + scalaVersion := "2.13.6" ) ) From 492b0955d0ee3c598fcc6061a6ae89ec5755ab5b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 12 Nov 2022 21:21:31 +0000 Subject: [PATCH 3/3] Update scala-library to 2.13.10 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a99473a6bf..9fe64cb3ad 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.10" ) )