diff --git a/build.sbt b/build.sbt index c7efcbd..570505d 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ import sbt.Keys._ lazy val buildSettings = Seq( organization := "io.kontainers", scalaVersion := "2.13.10", - crossScalaVersions := Seq("2.12.15", scalaVersion.value) + crossScalaVersions := Seq("2.12.17", scalaVersion.value) ) lazy val publishSettings = Seq( diff --git a/project/build.properties b/project/build.properties index 563a014..72413de 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.7.2 +sbt.version=1.8.3 diff --git a/version.sbt b/version.sbt index 8c07934..73e9706 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -ThisBuild / version := "1.3.11-SNAPSHOT" +ThisBuild / version := "1.3.11"