Skip to content

Commit c36c172

Browse files
Fixed publishing (#101)
1 parent bb5ffc9 commit c36c172

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,3 +87,4 @@ publishMavenStyle := true
8787
sonatypeSessionName := s"[sbt-sonatype] ${name.value} ${version.value}"
8888
sonatypeProjectHosting := Some(GitHubHosting("memsql", "memsql-spark-connector", "carl@memsql.com"))
8989
Test / javaOptions += "--add-opens=java.base/sun.util.calendar=ALL-UNNAMED"
90+
sonatypeCredentialHost := sonatypeCentralHost

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.6")
1+
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.12.2")
22
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.1")
33
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")
44
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.2.0")

0 commit comments

Comments
 (0)