Skip to content

Commit 1c44b90

Browse files
committed
Update sbt-ci-release to 1.11.1
1 parent 4e47a18 commit 1c44b90

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

build.sbt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ inThisBuild(
1616
"admin@lambdaworks.io",
1717
url("https://github.com/lambdaworks")
1818
)
19-
),
20-
sonatypeCredentialHost := "s01.oss.sonatype.org",
21-
sonatypeRepository := "https://s01.oss.sonatype.org/service/local"
19+
)
2220
)
2321
)
2422

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.3")
22
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1")
3-
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.3")
3+
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.1")
44
addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0")
55
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
66
addSbtPlugin("io.spray" % "sbt-revolver" % "0.10.0")

0 commit comments

Comments
 (0)