We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e61648 commit a1cb4d8Copy full SHA for a1cb4d8
project/plugins.sbt
@@ -1,7 +1,7 @@
1
val scalaJSVersion = Option(System.getenv("SCALAJS_VERSION")).getOrElse("1.17.0")
2
3
addSbtPlugin(
4
- "org.scalablytyped.converter" % "sbt-converter" % "1.0.0-beta37"
+ "org.scalablytyped.converter" % "sbt-converter" % "1.0.0-beta44"
5
)
6
7
addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJSVersion)
0 commit comments