From ca3a4c0eec4ee689ed4072472fc9468e491878a3 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 15 Jan 2023 15:46:05 +0000 Subject: [PATCH 1/3] 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 ecb3dec1..2b75ed1e 100755 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,7 +1,7 @@ val scalaJSVersion = Option(System.getenv("SCALAJS_VERSION")).getOrElse("1.10.1") addSbtPlugin( - "org.scalablytyped.converter" % "sbt-converter" % "1.0.0-beta37" + "org.scalablytyped.converter" % "sbt-converter" % "1.0.0-beta41" ) addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJSVersion) From 9a6253fac687a0e27c5b44899df4699ab7d87ea1 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 6 Jun 2023 18:18:05 +0000 Subject: [PATCH 2/3] Revert commit(s) ca3a4c0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 2b75ed1e..ecb3dec1 100755 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,7 +1,7 @@ val scalaJSVersion = Option(System.getenv("SCALAJS_VERSION")).getOrElse("1.10.1") addSbtPlugin( - "org.scalablytyped.converter" % "sbt-converter" % "1.0.0-beta41" + "org.scalablytyped.converter" % "sbt-converter" % "1.0.0-beta37" ) addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJSVersion) From 7fa5c9674c0666d16093ff52cdaf968fbd42b9dd Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 6 Jun 2023 18:18:21 +0000 Subject: [PATCH 3/3] 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 d21d1857..6089a29d 100755 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,7 +1,7 @@ val scalaJSVersion = Option(System.getenv("SCALAJS_VERSION")).getOrElse("1.10.1") addSbtPlugin( - "org.scalablytyped.converter" % "sbt-converter" % "1.0.0-beta37" + "org.scalablytyped.converter" % "sbt-converter" % "1.0.0-beta41" ) addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJSVersion)