From 882acfd8d0751c38e1209e981268dcf977da7a4c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 30 Jan 2024 15:51:57 +0000 Subject: [PATCH] Update sbt-converter to 1.0.0-beta44 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 6ba415c..292b82d 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,7 +2,7 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.15.0") 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-beta44") // sane scalac options addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.0")