Skip to content

Commit

Permalink
Merge pull request #968 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 Jan 9, 2024
2 parents 9ba17b1 + e77b4ea commit fd902e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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.20"
private val zioVersion = "2.0.21"
private val awsSdkVersion = "2.21.46"

lazy val awsDynamoDb = "software.amazon.awssdk" % "dynamodb" % awsSdkVersion
Expand All @@ -19,5 +19,5 @@ object Dependencies {
lazy val http = "org.scalaj" %% "scalaj-http" % "2.4.2"
lazy val munit = "org.scalameta" %% "munit" % "0.7.29"
lazy val commonsCsv = "org.apache.commons" % "commons-csv" % "1.10.0"
lazy val slf4jNop = "org.slf4j" % "slf4j-nop" % "2.0.10"
lazy val slf4jNop = "org.slf4j" % "slf4j-nop" % "2.0.11"
}

0 comments on commit fd902e5

Please sign in to comment.