From 5f456b8f9e9488dad69dec0ec2114399b252354d Mon Sep 17 00:00:00 2001 From: xerial-bot Date: Sun, 28 Jan 2024 20:08:37 +0000 Subject: [PATCH] Update sbt-converter to 1.0.0-beta44 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 26a36c1..3ae6406 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -12,7 +12,7 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % SCALAJS_VERSION) addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2") // For converting JS modules into Scala.js interface -addSbtPlugin("org.scalablytyped.converter" % "sbt-converter" % "1.0.0-beta43") +addSbtPlugin("org.scalablytyped.converter" % "sbt-converter" % "1.0.0-beta44") // For reloading server upon code change addSbtPlugin("io.spray" % "sbt-revolver" % "0.10.0")