From b22cf8630123c8e14574aa98d358f2873c6f3452 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 15 Jan 2023 15:15:16 +0000 Subject: [PATCH 1/2] Update sbt-converter to 1.0.0-beta41 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 637e4f7..056306c 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -2,7 +2,7 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.13.0") addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.20.0") addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.2.0") -addSbtPlugin("org.scalablytyped.converter" % "sbt-converter" % "1.0.0-beta39") +addSbtPlugin("org.scalablytyped.converter" % "sbt-converter" % "1.0.0-beta41") // sane scalac options addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.2") From 15304baa60783a3f79d9968718e7063c824299d5 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Thu, 9 Feb 2023 18:25:29 +0100 Subject: [PATCH 2/2] Update sbt to 1.8.2 (#83) --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index 6a9f038..46e43a9 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.7.3 +sbt.version=1.8.2