From de2401e7aa8ce4dda6f59414e9cb9b4dd812bfd3 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 15 Jan 2023 13:31:01 +0000 Subject: [PATCH] Update sbt-converter to 1.0.0-beta41 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index eee04bd..bcef738 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -14,7 +14,7 @@ libraryDependencies += "org.scala-js" %% "scalajs-env-nodejs" % "1.4.0" addSbtPlugin("io.github.irundaia" % "sbt-sassify" % "1.5.2") -addSbtPlugin("org.scalablytyped.converter" % "sbt-converter" % "1.0.0-beta40") +addSbtPlugin("org.scalablytyped.converter" % "sbt-converter" % "1.0.0-beta41") addSbtPlugin("ch.epfl.scala" % "sbt-web-scalajs-bundler" % "0.21.1")