Skip to content

Commit

Permalink
Merge pull request #4354 from guardian/an/last-dep-upgrades
Browse files Browse the repository at this point in the history
some simpler upgrades blocking scala 2.13
  • Loading branch information
andrew-nowak authored Oct 30, 2024
2 parents 7adcce4 + 3ebe569 commit d891ff8
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
Expand Up @@ -142,7 +142,7 @@ lazy val mediaApi = playProject("media-api", 9001)
.settings(
libraryDependencies ++= Seq(
"org.apache.commons" % "commons-email" % "1.5",
"org.parboiled" %% "parboiled" % "2.1.5",
"org.parboiled" %% "parboiled" % "2.1.7",
"org.http4s" %% "http4s-core" % "0.23.17",
)
)
Expand All @@ -166,7 +166,7 @@ lazy val usage = playProject("usage", 9009).settings(
libraryDependencies ++= Seq(
"com.gu" %% "content-api-client-default" % "19.0.4",
"com.gu" %% "content-api-client-aws" % "0.7",
"io.reactivex" %% "rxscala" % "0.26.5",
"io.reactivex" %% "rxscala" % "0.27.0",
"com.amazonaws" % "amazon-kinesis-client" % "1.8.10",
"com.google.protobuf" % "protobuf-java" % "3.19.6"
)
Expand Down

0 comments on commit d891ff8

Please sign in to comment.