From ea823259aee5c31cf02e1e61c6bfffedc704d739 Mon Sep 17 00:00:00 2001 From: xerial-bot Date: Sun, 24 Sep 2023 20:08:26 +0000 Subject: [PATCH] Update sbt-converter to 1.0.0-beta43 --- project/plugin.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugin.sbt b/project/plugin.sbt index 6c8f557c..7e0576bc 100755 --- a/project/plugin.sbt +++ b/project/plugin.sbt @@ -26,7 +26,7 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % SCALAJS_VERSION) libraryDependencies ++= ( Seq("org.scala-js" %% "scalajs-env-jsdom-nodejs" % "1.1.0") ) -addSbtPlugin("org.scalablytyped.converter" % "sbt-converter" % "1.0.0-beta42") +addSbtPlugin("org.scalablytyped.converter" % "sbt-converter" % "1.0.0-beta43") // For setting explicit versions for each commit addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.0.1")