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 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")