From 293544a2c73dd65e40a72ce21269ffc5c578676c Mon Sep 17 00:00:00 2001 From: atala-dev <57987237+atala-dev@users.noreply.github.com> Date: Thu, 1 Feb 2024 11:52:14 +0000 Subject: [PATCH] Update sbt-converter to 1.0.0-beta44 in main (#214) --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 4f0691a9..fffc1109 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-beta43") +addSbtPlugin("org.scalablytyped.converter" % "sbt-converter" % "1.0.0-beta44") // Utils Buildinfo addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")