Skip to content

Commit

Permalink
Migrate sonatype to s01
Browse files Browse the repository at this point in the history
  • Loading branch information
jcazevedo committed Oct 16, 2024
1 parent 21a238b commit 2da653c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,8 @@ lazy val commonSettings = Seq(
// format: on
)

ThisBuild / sonatypeRepository := "https://s01.oss.sonatype.org/service/local"

releaseCrossBuild := true
releaseTagComment := s"Release ${(ThisBuild / version).value}"
releaseCommitMessage := s"Set version to ${(ThisBuild / version).value}"
Expand Down

0 comments on commit 2da653c

Please sign in to comment.