We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6c54b2 commit 84ba035Copy full SHA for 84ba035
build.sbt
@@ -12,8 +12,6 @@ inThisBuild(
12
url("http://ptrdom.me/")
13
)
14
),
15
- sonatypeCredentialHost := "s01.oss.sonatype.org",
16
- sonatypeRepository := "https://s01.oss.sonatype.org/service/local",
17
versionScheme := Some("semver-spec")
18
19
project/plugins.sbt
@@ -1,3 +1,3 @@
1
-addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.3")
+addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.1")
2
3
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.5")
0 commit comments