Skip to content
Open
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 @@ -7,7 +7,7 @@ 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 thriftVersion = "0.20.0" // remember to also update package.json if the thrift version changes
val thriftVersion = "0.22.0" // remember to also update package.json if the thrift version changes

val artifactProductionSettings = Seq(
organization := "com.gu",
Expand Down
Loading