Skip to content

Commit 84ba035

Browse files
Update sbt-ci-release to 1.11.1 (#264)
Co-authored-by: ptrdom-scala-steward[bot] <157643620+ptrdom-scala-steward[bot]@users.noreply.github.com> Co-authored-by: Domantas Petrauskas <dom.petrauskas@gmail.com>
1 parent b6c54b2 commit 84ba035

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

build.sbt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ inThisBuild(
1212
url("http://ptrdom.me/")
1313
)
1414
),
15-
sonatypeCredentialHost := "s01.oss.sonatype.org",
16-
sonatypeRepository := "https://s01.oss.sonatype.org/service/local",
1715
versionScheme := Some("semver-spec")
1816
)
1917
)

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.3")
1+
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.1")
22

33
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.5")

0 commit comments

Comments
 (0)