diff --git a/project/plugins.sbt b/project/plugins.sbt index e5b3c3d..a0c45e7 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -4,6 +4,6 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") scalacOptions ++= Seq("-deprecation", "-unchecked", "-language:_") -addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.3") +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.2") addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")