Skip to content

Commit

Permalink
Merge pull request #969 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 21, 2024
2 parents fd902e5 + 2092e1e commit 79eb16b
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 @@ -14,7 +14,7 @@ object Dependencies {
lazy val zioTest = "dev.zio" %% "zio-test" % zioVersion
lazy val zioTestSbt = "dev.zio" %% "zio-test-sbt" % zioVersion
lazy val zioMock = "dev.zio" %% "zio-mock" % "1.0.0-RC12"
lazy val upickle = "com.lihaoyi" %% "upickle" % "3.1.3"
lazy val upickle = "com.lihaoyi" %% "upickle" % "3.1.4"
lazy val awsLambda = "com.amazonaws" % "aws-lambda-java-core" % "1.2.3"
lazy val http = "org.scalaj" %% "scalaj-http" % "2.4.2"
lazy val munit = "org.scalameta" %% "munit" % "0.7.29"
Expand Down

0 comments on commit 79eb16b

Please sign in to comment.