Skip to content

Commit ab86101

Browse files
author
Oron Port
committed
another attempt to fix release
1 parent fdbfa10 commit ab86101

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

build.sbt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ inThisBuild(
1818
"",
1919
url("https://twitter.com/soronpo")
2020
)
21-
)
21+
),
22+
sonatypeCredentialHost := "central.sonatype.com"
2223
)
2324
)
2425

@@ -28,8 +29,6 @@ ThisBuild / scalaVersion := compilerVersion
2829
ThisBuild / versionScheme := Some("semver-spec")
2930
//ThisBuild / version := "0.3.0-SNAPSHOT"
3031

31-
ThisBuild / sonatypeCredentialHost := xerial.sbt.Sonatype.sonatypeCentralHost
32-
3332
// PROJECTS
3433
lazy val root = (project in file("."))
3534
.settings(

project/plugins.sbt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4")
55
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.1")
66

77
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4")
8+
9+
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.21")

0 commit comments

Comments
 (0)