diff --git a/.scalafmt.conf b/.scalafmt.conf index d52e6173..40d2093b 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.7.15 +version = 3.7.17 runner.dialect = scala213 maxColumn = 120 diff --git a/project/Dependencies.scala b/project/Dependencies.scala index d6fc9172..3682e4f4 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -6,7 +6,7 @@ object Dependencies { val AkkaHttp = "10.2.10" val AkkaTestkitSpecs2 = "0.3.2" val Aws = "1.12.589" - val BouncyCastle = "1.76" + val BouncyCastle = "1.77" val Cats = "2.10.0" val Circe = "0.14.6" val CommonsCodec = "1.16.0" diff --git a/project/plugins.sbt b/project/plugins.sbt index b6fac155..7120a221 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -4,4 +4,4 @@ addSbtPlugin("com.github.sbt" % "sbt-release" % "1.1.0") addSbtPlugin("io.spray" % "sbt-boilerplate" % "0.6.1") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.1") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") -addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.21") +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.10.0")