Skip to content

Commit

Permalink
Merge pull request #935 from guardian/update/non_aws
Browse files Browse the repository at this point in the history
chore(deps): Non-AWS dependency updates
  • Loading branch information
shtukas authored Oct 2, 2023
2 parents 5f312f9 + 5d82132 commit 863a4fc
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
@@ -1,7 +1,7 @@
import sbt._

object Dependencies {
private val zioVersion = "2.0.17"
private val zioVersion = "2.0.18"
private val awsSdkVersion = "2.20.153"

lazy val awsDynamoDb = "software.amazon.awssdk" % "dynamodb" % awsSdkVersion
Expand Down

0 comments on commit 863a4fc

Please sign in to comment.