Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -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")

Expand Down
Loading