Skip to content

Commit

Permalink
Update s3, sts to 2.29.36
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Dec 18, 2024
1 parent a8616ca commit 2cc9f91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ addCommandAlias("fmt", "all scalafmtSbt scalafmt test:scalafmt")
addCommandAlias("check", "all scalafmtSbtCheck scalafmtCheck test:scalafmtCheck")

val zioVersion = "2.0.21"
val awsVersion = "2.25.70"
val awsVersion = "2.29.36"

lazy val root =
project.in(file(".")).settings(publish / skip := true).aggregate(`zio-s3`, docs)
Expand Down

0 comments on commit 2cc9f91

Please sign in to comment.