Skip to content

Commit c2cadb0

Browse files
authored
Merge branch 'master' into update/aws-crt-0.45.3
2 parents 59e7606 + 7557e5f commit c2cadb0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ object Dependencies {
77

88
val Pekko = "1.6.0"
99
val PekkoHttp = "1.3.0"
10-
val Aws = "2.44.3"
10+
val Aws = "2.44.4"
1111
val AwsCrt = "0.45.3"
1212
val BouncyCastle = "1.84"
1313
val Cats = "2.13.0"

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.1")
2-
addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0")
2+
addSbtPlugin("com.github.sbt" % "sbt-release" % "1.5.0")
33
addSbtPlugin("com.github.sbt" % "sbt-boilerplate" % "0.8.0")
44
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.9.0")
55
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.6.0")

0 commit comments

Comments
 (0)