From 2868bb0f6430a2ef096f07be9412fbdd6eab651f Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 29 Jan 2026 19:39:01 +0000 Subject: [PATCH] Update sbt-converter to 1.0.0-beta45 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index eb583ee..1bcdc9c 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -6,7 +6,7 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.13.1") addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.20.0") -addSbtPlugin("org.scalablytyped.converter" % "sbt-converter" % "1.0.0-beta37") +addSbtPlugin("org.scalablytyped.converter" % "sbt-converter" % "1.0.0-beta45") addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")