Skip to content

Commit ad68c36

Browse files
authored
Merge pull request #301 from guardian/update/patches
chore(deps): Patch updates
2 parents c840ff9 + ded6b67 commit ad68c36

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ val circeVersion = "0.14.1"
1313
val fezziwigVersion = "2.0.1"
1414

1515
// dependency versions (for tests only)
16-
val scalaTestVersion = "3.0.8"
16+
val scalaTestVersion = "3.0.9"
1717
val guavaVersion = "19.0"
1818
val diffsonVersion = "4.7.0"
1919

@@ -30,7 +30,7 @@ lazy val artifactProductionSettings = Seq(
3030
Compile / scroogeDisableStrict := true,
3131
// scrooge 21.3.0: Builds are now only supported for Scala 2.12+
3232
// https://twitter.github.io/scrooge/changelog.html#id11
33-
crossScalaVersions := Seq("2.12.18", scalaVersion.value),
33+
crossScalaVersions := Seq("2.12.21", scalaVersion.value),
3434
organization := "com.gu",
3535
licenses := Seq("Apache v2" -> url("http://www.apache.org/licenses/LICENSE-2.0.html")),
3636
scmInfo := Some(ScmInfo(url("https://github.com/guardian/content-api-models"), "scm:git@github.com:guardian/content-api-models.git")),

0 commit comments

Comments
 (0)