From 341cecf5fac76f40756488d0c8cf9f777ab29098 Mon Sep 17 00:00:00 2001 From: Jason Pickens Date: Wed, 17 Jul 2024 06:30:35 +1200 Subject: [PATCH 1/2] Update sbt to 1.10.1 --- example/project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/project/build.properties b/example/project/build.properties index c8fcab5..ee4c672 100644 --- a/example/project/build.properties +++ b/example/project/build.properties @@ -1 +1 @@ -sbt.version=1.6.2 +sbt.version=1.10.1 From a33c8d100ff939ad8f5dba30a21c02c8d7483d40 Mon Sep 17 00:00:00 2001 From: Jason Pickens Date: Wed, 17 Jul 2024 06:31:14 +1200 Subject: [PATCH 2/2] Update sbt-protoc to 1.0.7 --- example/project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/project/plugins.sbt b/example/project/plugins.sbt index a794e48..b5be430 100644 --- a/example/project/plugins.sbt +++ b/example/project/plugins.sbt @@ -4,7 +4,7 @@ addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.0.0") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0") -addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.3") +addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.7") addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.21.1")