From e8697469d4f2ad854c0d741883a50af520751e45 Mon Sep 17 00:00:00 2001 From: atala-dev <57987237+atala-dev@users.noreply.github.com> Date: Tue, 27 Jun 2023 15:09:36 +0100 Subject: [PATCH] Update sbt-converter to 1.0.0-beta42 in main (#10) Signed-off-by: atala-dev <57987237+atala-dev@users.noreply.github.com> Signed-off-by: Shailesh Patil --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")