diff --git a/build.sbt b/build.sbt index d33c7e2..938a1db 100644 --- a/build.sbt +++ b/build.sbt @@ -48,8 +48,8 @@ lazy val `sbt-openapi-generator` = (project in file(".")) }, (pluginCrossBuild / sbtVersion) := { scalaBinaryVersion.value match { - case "2.12" => "1.12.14" - case _ => "2.0.3" + case "2.12" => "1.13.0" + case _ => "2.0.7" } }, scriptedLaunchOpts := { diff --git a/project/build.properties b/project/build.properties index e544c4d..e0a1aa0 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.12.14 +sbt.version=1.13.0 diff --git a/project/plugins.sbt b/project/plugins.sbt index ee7fb0e..2c549d6 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1 +1 @@ -addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2") +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.12.1")