diff --git a/project/plugins.sbt b/project/plugins.sbt index bc95ac1..5972ec1 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,7 +1,7 @@ addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.9.1") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.13.2") addSbtPlugin("com.rallyhealth.sbt" % "sbt-git-versioning" % "1.6.0") -addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.21") +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.1") addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.1.1") libraryDependencies += "org.scala-js" %% "scalajs-env-jsdom-nodejs" % "1.1.0"