Skip to content

Commit

Permalink
Attempt to fix publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
svroonland committed Jul 17, 2024
1 parent 6175898 commit 0eceb49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import org.typelevel.scalacoptions.ScalacOptions
import xerial.sbt.Sonatype.sonatypeCentralHost

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

import sbt.Keys.resolvers
val mainScala = "2.13.14"
Expand Down

0 comments on commit 0eceb49

Please sign in to comment.