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