Skip to content

Commit bc19691

Browse files
authored
Merge pull request #1358 from UdashFramework/scala-steward-update/sbt-ci-release-1.11.1
sbt-ci-release 1.11.1
2 parents c0376a5 + c22c4e5 commit bc19691

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
@@ -11,7 +11,6 @@ Global / excludeLintKeys ++= Set(ideOutputDirectory, ideSkipProject)
1111
inThisBuild(Seq(
1212
organization := "io.udash",
1313
resolvers += Resolver.defaultLocal,
14-
sonatypeCredentialHost := Sonatype.sonatypeCentralHost,
1514
homepage := Some(url("https://udash.io")),
1615
licenses := Seq(License.Apache2),
1716
scmInfo := Some(ScmInfo(

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4")
99
addSbtPlugin("org.jetbrains.scala" % "sbt-ide-settings" % "1.1.2")
1010
addSbtPlugin("com.github.sbt" % "sbt-less" % "2.0.1")
1111
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.11.1")
12-
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.3")
12+
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.1")

0 commit comments

Comments
 (0)