diff --git a/build.sbt b/build.sbt index 765bb21..9851528 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ import ReleaseTransformations._ import sbtversionpolicy.withsbtrelease.ReleaseVersion val contentEntityVersion = "3.0.3" -val contentAtomVersion = "4.0.0" +val contentAtomVersion = "4.0.4" val storyPackageVersion = "2.2.0" val contentApiModelsVersion = "25.0.0" @@ -69,8 +69,8 @@ lazy val scalaApiModels = project.in(file("models") / "scala") Compile / scroogeLanguages := Seq("scala"), libraryDependencies ++= Seq( - "org.apache.thrift" % "libthrift" % "0.16.0", - "com.twitter" %% "scrooge-core" % "22.1.0", + "org.apache.thrift" % "libthrift" % "0.20.0", + "com.twitter" %% "scrooge-core" % "22.12.0", "com.gu" %% "content-api-models-scala" % contentApiModelsVersion ) ++ libraryDeps, ) diff --git a/project/build.properties b/project/build.properties index 8fd7d2e..49214c4 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version = 1.9.0 +sbt.version = 1.9.9 diff --git a/project/plugins.sbt b/project/plugins.sbt index 37716fb..8c0ecd8 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ -addSbtPlugin("com.twitter" % "scrooge-sbt-plugin" % "22.1.0") +addSbtPlugin("com.twitter" % "scrooge-sbt-plugin" % "22.12.0") -addSbtPlugin("com.gu" % "sbt-scrooge-typescript" % "2.0.0") +addSbtPlugin("com.gu" % "sbt-scrooge-typescript" % "3.0.3") addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0")