Skip to content

Commit f861aa5

Browse files
committed
Update sbt-ci-release
1 parent fc53676 commit f861aa5

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

build.sbt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33

44
inThisBuild(
55
List(
6-
sonatypeCredentialHost := "s01.oss.sonatype.org",
7-
sonatypeRepository := "https://s01.oss.sonatype.org/service/local",
86
organization := "io.github.leviysoft",
97
homepage := Some(url("https://github.com/leviysoft/oolong")),
108
licenses := List("Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0")),

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version = 1.9.9
1+
sbt.version = 1.12.1

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ addDependencyTreePlugin
22
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.1")
33
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
44
addSbtPlugin("ch.epfl.scala" % "sbt-missinglink" % "0.3.6")
5-
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.6.1")
5+
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2")

0 commit comments

Comments
 (0)