diff --git a/build.sbt b/build.sbt index 4b82464d8..c7c7d0727 100644 --- a/build.sbt +++ b/build.sbt @@ -10,7 +10,7 @@ def localSnapshotVersion: String = s"$parseTagVersion-SNAPSHOT" def isCI = System.getenv("CI") != null def scala212 = "2.12.19" -def scala213 = "2.13.13" +def scala213 = "2.13.14" inThisBuild(List( version ~= { dynVer => diff --git a/project/build.properties b/project/build.properties index 04267b14a..081fdbbc7 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.9.9 +sbt.version=1.10.0