diff --git a/project/plugins.sbt b/project/plugins.sbt index 6ba415c..292b82d 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,7 +2,7 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.15.0") addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.20.0") addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2") -addSbtPlugin("org.scalablytyped.converter" % "sbt-converter" % "1.0.0-beta39") +addSbtPlugin("org.scalablytyped.converter" % "sbt-converter" % "1.0.0-beta44") // sane scalac options addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.0")