Skip to content

Commit

Permalink
Merge branch 'master' into update/aws-java-sdk-s3-1.12.589
Browse files Browse the repository at this point in the history
  • Loading branch information
jcazevedo authored Nov 17, 2023
2 parents 0ebaad4 + 7f8b208 commit 27f9709
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 3.7.15
version = 3.7.17

runner.dialect = scala213
maxColumn = 120
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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")

0 comments on commit 27f9709

Please sign in to comment.