From 2ffd2ae14762d3e3dbb21187f3c097734b9b86d7 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 12 Jun 2023 12:48:52 +0000 Subject: [PATCH] Update sbt-converter to 1.0.0-beta42 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index bfd1714..082fff1 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -16,7 +16,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-beta41") +addSbtPlugin("org.scalablytyped.converter" % "sbt-converter" % "1.0.0-beta42") addSbtPlugin("ch.epfl.scala" % "sbt-web-scalajs-bundler" % "0.21.1")