Skip to content

Commit 6d440e0

Browse files
authored
Update sbt-ci-release plugin to version 1.11.0 (#150)
1 parent 96fdfff commit 6d440e0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

build.sbt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ ThisBuild / developers := List(
1414
url("https://ivovk.me"),
1515
)
1616
)
17-
ThisBuild / sonatypeCredentialHost := xerial.sbt.Sonatype.sonatypeCentralHost
1817

1918
ThisBuild / tpolecatExcludeOptions ++= Set(
2019
ScalacOptions.warnNonUnitStatement,

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.2")
2-
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.3")
2+
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.0")
33
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.11.1")
44
addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.7")
55
addSbtPlugin("org.typelevel" % "sbt-fs2-grpc" % "2.8.0")

0 commit comments

Comments
 (0)