diff --git a/project/plugins.sbt b/project/plugins.sbt index 95ce569d..bf7f29b0 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -32,7 +32,7 @@ addSbtPlugin("ch.epfl.scala" % "sbt-web-scalajs-bundler" % "0.21.1") //https://github.com/ScalablyTyped/Converter/releases resolvers += Resolver.bintrayRepo("oyvindberg", "converter") resolvers += MavenRepository("sonatype-s01-snapshots", "https://s01.oss.sonatype.org/content/repositories/snapshots") -addSbtPlugin("org.scalablytyped.converter" % "sbt-converter" % "1.0.0-beta41") +addSbtPlugin("org.scalablytyped.converter" % "sbt-converter" % "1.0.0-beta42") // Utils Buildinfo addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")