diff --git a/build.sbt b/build.sbt index 74e6e91..33d810f 100644 --- a/build.sbt +++ b/build.sbt @@ -6,7 +6,7 @@ import sbtversionpolicy.withsbtrelease.ReleaseVersion import java.net.URI val contentEntityVersion = "4.0.0" -val scroogeVersion = "22.1.0" // remember to also update plugins.sbt if the scrooge version changes +val scroogeVersion = "22.12.0" // remember to also update plugins.sbt if the scrooge version changes val thriftVersion = "0.20.0" // remember to also update package.json if the thrift version changes val artifactProductionSettings = Seq( diff --git a/project/plugins.sbt b/project/plugins.sbt index c3be74d..5c6e570 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,7 +1,7 @@ addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.10.0") addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.7.0") addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0") -addSbtPlugin("com.twitter" % "scrooge-sbt-plugin" % "22.1.0") +addSbtPlugin("com.twitter" % "scrooge-sbt-plugin" % "22.12.0") addSbtPlugin("com.gu" % "sbt-scrooge-typescript" % "1.6.0") addSbtPlugin("ch.epfl.scala" % "sbt-version-policy" % "3.2.0")