diff --git a/build.sbt b/build.sbt index b5da6ad..9796d36 100644 --- a/build.sbt +++ b/build.sbt @@ -90,13 +90,13 @@ lazy val anghammarad = project "io.circe" %% "circe-core" % circeVersion, "io.circe" %% "circe-generic" % circeVersion, "io.circe" %% "circe-parser" % circeVersion, - "com.softwaremill.sttp.client3" %% "core" % "3.10.0", + "com.softwaremill.sttp.client3" %% "core" % "3.10.1", "com.vladsch.flexmark" % "flexmark" % flexmarkVersion, "com.vladsch.flexmark" % "flexmark-ext-gfm-strikethrough" % flexmarkVersion, "com.vladsch.flexmark" % "flexmark-ext-tables" % flexmarkVersion, "com.vladsch.flexmark" % "flexmark-util" % flexmarkVersion, "com.typesafe.scala-logging" %% "scala-logging" % scalaLoggingVersion, - "ch.qos.logback" % "logback-classic" % "1.5.9", + "ch.qos.logback" % "logback-classic" % "1.5.11", "org.scalatest" %% "scalatest" % scalaTestVersion % Test ), assembly / assemblyOutputPath := file("anghammarad/anghammarad.jar"), diff --git a/project/build.properties b/project/build.properties index 0b699c3..bc73906 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.2 +sbt.version=1.10.3 diff --git a/project/plugins.sbt b/project/plugins.sbt index 343f117..768612c 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -6,5 +6,5 @@ addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.13.0") // for publishing the scala client addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0") -addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.3") +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.2") addSbtPlugin("ch.epfl.scala" % "sbt-version-policy" % "3.2.1")