diff --git a/build.sbt b/build.sbt index b03e3d4..abf5648 100644 --- a/build.sbt +++ b/build.sbt @@ -6,7 +6,7 @@ version := "1.0" description := "Uniform test interface to Scala/Java test frameworks (specs, ScalaCheck, ScalaTest, JUnit and other)" -scalaVersion := "2.13.15" +scalaVersion := "2.13.17" // disable using the Scala version in output paths and artifacts crossPaths := false diff --git a/project/build.properties b/project/build.properties index 0b699c3..01a16ed 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.2 +sbt.version=1.11.7 diff --git a/project/plugins.sbt b/project/plugins.sbt index 19431c2..267a6dd 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1 +1 @@ -addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.0") +addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.1")