From 60f4ebd75064454044ffd1b679654d0081e23d42 Mon Sep 17 00:00:00 2001 From: Divya Bhatt Date: Fri, 19 Jan 2024 14:22:51 +0000 Subject: [PATCH] Test latest scrooge release scrooge-extras library has recently got typescript issues fixed and gha-scala-workflow release process implemented. This will test those changes. ref: --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index c7913800..34787a8d 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -4,4 +4,4 @@ addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.10") addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.3.5") addSbtPlugin("com.twitter" % "scrooge-sbt-plugin" % "22.1.0") -addSbtPlugin("com.gu" % "sbt-scrooge-typescript" % "1.6.0") +addSbtPlugin("com.gu" % "sbt-scrooge-typescript" % "3.0.2")