We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0acd75 commit d2d99f4Copy full SHA for d2d99f4
1 file changed
project/dependencies.scala
@@ -14,7 +14,7 @@ object Dependencies {
14
val scalaTestMockito = "org.scalatestplus" %% "mockito-4-11" % "3.2.18.0" % Test
15
val scalaTest = "org.scalatest" %% "scalatest" % "3.2.18" % Test
16
val scalaLogging = "com.typesafe.scala-logging" %% "scala-logging" % "3.9.5"
17
- val commercialShared = "com.gu" %% "commercial-shared" % "6.1.8"
+ val commercialShared = "com.gu" %% "commercial-shared" % "6.2.3"
18
val jSoup = "org.jsoup" % "jsoup" % "1.21.1"
19
20
case class PlayJsonVersion(
0 commit comments