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")