From 485292ef4cd7efdbef8d24238f7edb03654940e3 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 14 Jan 2024 17:33:37 +0000 Subject: [PATCH] Update sbt-converter to 1.0.0-beta43 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index fc2226e..b615748 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,7 +2,7 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.13.2") addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.20.0") addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2") -addSbtPlugin("org.scalablytyped.converter" % "sbt-converter" % "1.0.0-beta39") +addSbtPlugin("org.scalablytyped.converter" % "sbt-converter" % "1.0.0-beta43") // sane scalac options addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.4")