Skip to content

Commit

Permalink
Update aws-crt to 0.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tna-da-bot committed Feb 7, 2025
1 parent 3c281c4 commit 7a9ee26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ object Dependencies {
private val circeVersion = "0.14.10"
private lazy val scalaTestVersion = "3.2.19"

lazy val awsCrt = "software.amazon.awssdk.crt" % "aws-crt" % "0.33.11"
lazy val awsCrt = "software.amazon.awssdk.crt" % "aws-crt" % "0.34.0"
lazy val catsCore = "org.typelevel" %% "cats-core" % "2.13.0"
lazy val catsEffect = "org.typelevel" %% "cats-effect" % "3.5.7"
lazy val circeGeneric = "io.circe" %% "circe-generic" % circeVersion
Expand Down

0 comments on commit 7a9ee26

Please sign in to comment.