From a2481f36418382ad54f0fa9d376abe258b7bf0e7 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 12 Jun 2023 15:40:25 +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 baefc920..4fe0aada 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,7 +1,7 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.13.0") addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.21.1") -addSbtPlugin("org.scalablytyped.converter" % "sbt-converter" % "1.0.0-beta39") +addSbtPlugin("org.scalablytyped.converter" % "sbt-converter" % "1.0.0-beta42") addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.2") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0")