From d8386ba22d3bcea8b3263e2a9aacfbb5a7d6ed96 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 28 Dec 2022 15:28:31 +0000 Subject: [PATCH] Update sbt-converter to 1.0.0-beta40 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index ecb3dec1..4746a944 100755 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,7 +1,7 @@ val scalaJSVersion = Option(System.getenv("SCALAJS_VERSION")).getOrElse("1.10.1") addSbtPlugin( - "org.scalablytyped.converter" % "sbt-converter" % "1.0.0-beta37" + "org.scalablytyped.converter" % "sbt-converter" % "1.0.0-beta40" ) addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJSVersion)