Skip to content

Commit a1cb4d8

Browse files
committed
Update sbt-converter to 1.0.0-beta44
1 parent 8e61648 commit a1cb4d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
val scalaJSVersion = Option(System.getenv("SCALAJS_VERSION")).getOrElse("1.17.0")
22

33
addSbtPlugin(
4-
"org.scalablytyped.converter" % "sbt-converter" % "1.0.0-beta37"
4+
"org.scalablytyped.converter" % "sbt-converter" % "1.0.0-beta44"
55
)
66

77
addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJSVersion)

0 commit comments

Comments
 (0)