From b2c90607d6fffebffd61f7e09e453ee2446c72e5 Mon Sep 17 00:00:00 2001 From: "scala-center-steward[bot]" <111975575+scala-center-steward[bot]@users.noreply.github.com> Date: Thu, 27 Jul 2023 09:23:56 +0200 Subject: [PATCH] Update sbt-converter to 1.0.0-beta42 (#874) Co-authored-by: scala-center-steward[bot] <111975575+scala-center-steward[bot]@users.noreply.github.com> --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 0eabd21a2..73790f3c0 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -7,7 +7,7 @@ addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.9.0") addSbtPlugin("org.scala-js" % "sbt-scalajs" % SbtShared.ScalaJSVersions.current) addSbtPlugin("org.olegych" %% "sbt-cached-ci" % "1.0.4") -addSbtPlugin("org.scalablytyped.converter" % "sbt-converter" % "1.0.0-beta41") +addSbtPlugin("org.scalablytyped.converter" % "sbt-converter" % "1.0.0-beta42") addSbtPlugin("com.evolution" % "sbt-artifactory-plugin" % "0.0.2") //workaround https://github.com/sbt/sbt/issues/5374