From f7cfd9a3bd6c465db8f7d83b35385217911de922 Mon Sep 17 00:00:00 2001 From: xuwei-k <6b656e6a69@gmail.com> Date: Thu, 9 Oct 2025 14:03:31 +0900 Subject: [PATCH] update dependencies --- build.sbt | 2 +- project/build.properties | 2 +- project/plugins.sbt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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")