diff --git a/project/plugin.sbt b/project/plugin.sbt index 90341ae8e..41a4cb460 100755 --- a/project/plugin.sbt +++ b/project/plugin.sbt @@ -2,7 +2,7 @@ // sbt-scoverage upgraded to scala-xml 2.1.0, but other sbt-plugins and Scala compilier 2.12 uses scala-xml 1.x.x ThisBuild / libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml" % "always" -addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.0") +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.1") addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1") addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.1.0") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") @@ -20,7 +20,7 @@ addSbtPlugin("org.wvlet.airframe" % "sbt-airframe" % SBT_AIRFRAME_VERSION) addDependencyTreePlugin // For Scala.js -val SCALAJS_VERSION = sys.env.getOrElse("SCALAJS_VERSION", "1.16.0") +val SCALAJS_VERSION = sys.env.getOrElse("SCALAJS_VERSION", "1.16.0") addSbtPlugin("org.scala-js" % "sbt-scalajs" % SCALAJS_VERSION) addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler" % "0.21.1") libraryDependencies ++= (