File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,8 @@ inThisBuild(
18
18
" " ,
19
19
url(" https://twitter.com/soronpo" )
20
20
)
21
- )
21
+ ),
22
+ sonatypeCredentialHost := " central.sonatype.com"
22
23
)
23
24
)
24
25
@@ -28,8 +29,6 @@ ThisBuild / scalaVersion := compilerVersion
28
29
ThisBuild / versionScheme := Some (" semver-spec" )
29
30
// ThisBuild / version := "0.3.0-SNAPSHOT"
30
31
31
- ThisBuild / sonatypeCredentialHost := xerial.sbt.Sonatype .sonatypeCentralHost
32
-
33
32
// PROJECTS
34
33
lazy val root = (project in file(" ." ))
35
34
.settings(
Original file line number Diff line number Diff line change @@ -5,3 +5,5 @@ addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4")
5
5
addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.11.1" )
6
6
7
7
addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.5.4" )
8
+
9
+ addSbtPlugin(" org.xerial.sbt" % " sbt-sonatype" % " 3.9.21" )
You can’t perform that action at this time.
0 commit comments