Skip to content

Commit d891ff8

Browse files
authored
Merge pull request guardian#4354 from guardian/an/last-dep-upgrades
some simpler upgrades blocking scala 2.13
2 parents 7adcce4 + 3ebe569 commit d891ff8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ lazy val mediaApi = playProject("media-api", 9001)
142142
.settings(
143143
libraryDependencies ++= Seq(
144144
"org.apache.commons" % "commons-email" % "1.5",
145-
"org.parboiled" %% "parboiled" % "2.1.5",
145+
"org.parboiled" %% "parboiled" % "2.1.7",
146146
"org.http4s" %% "http4s-core" % "0.23.17",
147147
)
148148
)
@@ -166,7 +166,7 @@ lazy val usage = playProject("usage", 9009).settings(
166166
libraryDependencies ++= Seq(
167167
"com.gu" %% "content-api-client-default" % "19.0.4",
168168
"com.gu" %% "content-api-client-aws" % "0.7",
169-
"io.reactivex" %% "rxscala" % "0.26.5",
169+
"io.reactivex" %% "rxscala" % "0.27.0",
170170
"com.amazonaws" % "amazon-kinesis-client" % "1.8.10",
171171
"com.google.protobuf" % "protobuf-java" % "3.19.6"
172172
)

0 commit comments

Comments
 (0)