From 4ae62f12aee9989565b03e5b6057f31f1d71fd8b Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 3 Oct 2023 21:52:19 +0000 Subject: [PATCH] Update sbt-converter to 1.0.0-beta43 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index d21d1857..cae9abc1 100755 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,7 +1,7 @@ val scalaJSVersion = Option(System.getenv("SCALAJS_VERSION")).getOrElse("1.10.1") addSbtPlugin( - "org.scalablytyped.converter" % "sbt-converter" % "1.0.0-beta37" + "org.scalablytyped.converter" % "sbt-converter" % "1.0.0-beta43" ) addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJSVersion)