Skip to content

Commit

Permalink
Merge pull request #683 from rewards-network/upgrade-aws-sdk
Browse files Browse the repository at this point in the history
Upgrade Scala 2.x versions, AWS SDK to 2.21
  • Loading branch information
mrerrormessage authored Nov 8, 2023
2 parents bd1e133 + e73d23c commit d7c2dae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//Core deps
val amazonV = "2.20.129"
val amazonV = "2.21.17"
val catsV = "2.7.0"
val catsEffectV = "3.3.12"
val catsEffectV = "3.3.14"
val fs2V = "3.2.14"
val log4catsV = "1.2.0"
val refinedV = "0.9.29"
Expand Down

0 comments on commit d7c2dae

Please sign in to comment.