diff --git a/build.sbt b/build.sbt index 77b9a08f..8583a8ce 100644 --- a/build.sbt +++ b/build.sbt @@ -35,8 +35,8 @@ libraryDependencies ++= { "com.typesafe.akka" %% "akka-http-testkit" % akkaHttpV, "com.typesafe.akka" %% "akka-stream-testkit" % akkaV, "com.typesafe.akka" %% "akka-slf4j" % akkaV, - "org.scalatest" %% "scalatest" % scalaTestV % Test, - "org.scalacheck" %% "scalacheck" % "1.17.0" % Test, + "org.scalatest" %% "scalatest" % scalaTestV % Test, + "org.scalacheck" %% "scalacheck" % "1.18.0" % Test, "io.github.uptane" %% "libats" % libatsV, "io.github.uptane" %% "libats-messaging" % libatsV, "io.github.uptane" %% "libats-messaging-datatype" % libatsV, diff --git a/project/build.properties b/project/build.properties index e8a1e246..04267b14 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.9.7 +sbt.version=1.9.9 diff --git a/project/plugins.sbt b/project/plugins.sbt index fe40a218..798dad90 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0") +addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0") addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.4.1") addSbtPlugin("com.github.sbt" % "sbt-git" % "2.0.1") -addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.5.11") +addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.5.18")