Skip to content

Commit

Permalink
Merge pull request #1302 from scala-steward/update/sbt-sonatype-3.10.0
Browse files Browse the repository at this point in the history
Update sbt-sonatype to 3.10.0
  • Loading branch information
Baccata authored Nov 22, 2023
2 parents 2d74a66 + b1a8d9e commit 772650a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.1"
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.14.0")
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")
addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.0.1")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.21")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.10.0")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.4")
// addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.9.0")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.5")
Expand Down

0 comments on commit 772650a

Please sign in to comment.