From b38cfbb045e4dd7f9016fe128f4fba3822efd492 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 9 Jul 2022 21:54:01 +0000 Subject: [PATCH 1/3] Update sbt-converter to 1.0.0-beta38 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 06e43743..8d7e3ccd 100755 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,7 +1,7 @@ val scalaJSVersion = Option(System.getenv("SCALAJS_VERSION")).getOrElse("1.10.0") addSbtPlugin( - "org.scalablytyped.converter" % "sbt-converter" % "1.0.0-beta37" + "org.scalablytyped.converter" % "sbt-converter" % "1.0.0-beta38" ) addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJSVersion) From 4ebebe91ce0eaa90fa7bf17d81bbf1baf7d6c31e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 11 Jul 2022 19:23:46 +0000 Subject: [PATCH 2/3] Revert commit(s) b38cfbb --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 8d7e3ccd..06e43743 100755 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,7 +1,7 @@ val scalaJSVersion = Option(System.getenv("SCALAJS_VERSION")).getOrElse("1.10.0") addSbtPlugin( - "org.scalablytyped.converter" % "sbt-converter" % "1.0.0-beta38" + "org.scalablytyped.converter" % "sbt-converter" % "1.0.0-beta37" ) addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJSVersion) From 4b91477f3985f22a115f1cab6e049d16b2497b3e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Mon, 11 Jul 2022 19:23:51 +0000 Subject: [PATCH 3/3] Update sbt-converter to 1.0.0-beta38 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index ecb3dec1..27fb789a 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-beta38" ) addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJSVersion)