Skip to content

Commit

Permalink
Revert "Increment sbt-sonatype version"
Browse files Browse the repository at this point in the history
This reverts commit c6aa7a0.
  • Loading branch information
Tayfun Oztemel committed Sep 23, 2024
1 parent c6aa7a0 commit a35dff9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,12 +1,9 @@
import Build.*
import xerial.sbt.Sonatype.sonatypeCentralHost

releaseCrossBuild := true

sonatypeProfileName := "com.crobox"

ThisBuild / sonatypeCredentialHost := sonatypeCentralHost

lazy val root = (project in file("."))
.settings(
publish := {},
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")
addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.11.3")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.21")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.11")
addSbtPlugin("com.codecommit" % "sbt-github-actions" % "0.14.2")

0 comments on commit a35dff9

Please sign in to comment.