Skip to content

Commit

Permalink
Merge pull request #959 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 Nov 27, 2023
2 parents 22f9675 + 54a66e7 commit 1c2f64b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ object Dependencies {
lazy val zioStreams = "dev.zio" %% "zio-streams" % zioVersion
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-RC11"
lazy val zioMock = "dev.zio" %% "zio-mock" % "1.0.0-RC12"
lazy val upickle = "com.lihaoyi" %% "upickle" % "3.1.3"
lazy val awsLambda = "com.amazonaws" % "aws-lambda-java-core" % "1.2.3"
lazy val http = "org.scalaj" %% "scalaj-http" % "2.4.2"
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("com.gu" % "sbt-riffraff-artifact" % "1.1.18")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.4")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.5")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")

0 comments on commit 1c2f64b

Please sign in to comment.