Skip to content

Commit f634247

Browse files
authored
Merge pull request #449 from scala-steward/update/sbt-ci-release-1.11.0
sbt-ci-release 1.11.0 (was 1.9.3)
2 parents 5c7fdca + 26ed948 commit f634247

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

build.sbt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ lazy val root = (project in file("."))
33
.settings(
44
Seq(
55
organization := "com.github.sbt",
6-
sonatypeProfileName := "com.github.sbt.sbt-eclipse", // See https://issues.sonatype.org/browse/OSSRH-77819#comment-1203625
76
name := "sbt-eclipse",
87
scalacOptions ++= Seq("-unchecked", "-deprecation", "-target:jvm-1.8"),
98
scalaVersion := "2.12.20",

project/build.properties

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

project/plugins.sbt

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

0 commit comments

Comments
 (0)