Skip to content

Commit 1a461de

Browse files
committed
Latest sbt and sbt-ci-release
1 parent c87a2fc commit 1a461de

File tree

5 files changed

+4
-25
lines changed

5 files changed

+4
-25
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
target
22
project/project
3+
.bsp/

build.sbt

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*/
44

55
// sbt cross build
6-
crossSbtVersions := Seq("1.10.2")
6+
crossSbtVersions := Seq("1.11.1")
77

88
// dependencies
99
val packagerVersion = "1.10.4"
@@ -55,7 +55,6 @@ lazy val `sbt-javaagent` = (project.in(file(".")))
5555
)
5656

5757
// publish settings
58-
publishMavenStyle := true
5958
licenses += "Apache-2.0" -> url(
6059
"http://www.apache.org/licenses/LICENSE-2.0.html"
6160
)
@@ -74,21 +73,3 @@ developers := List(
7473
url("https://github.com/sbt/sbt-javaagent/graphs/contributors")
7574
)
7675
)
77-
publishTo := sonatypePublishTo.value
78-
79-
// release settings
80-
import ReleaseTransformations._
81-
releaseProcess := Seq[ReleaseStep](
82-
checkSnapshotDependencies,
83-
inquireVersions,
84-
runClean,
85-
releaseStepCommandAndRemaining("^ scripted"),
86-
setReleaseVersion,
87-
commitReleaseVersion,
88-
tagRelease,
89-
releaseStepCommandAndRemaining("^ publishSigned"),
90-
releaseStepCommand("sonatypeReleaseAll"),
91-
setNextVersion,
92-
commitNextVersion,
93-
pushChanges
94-
)

project/build.properties

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

project/plugins.sbt

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,4 @@
22
* Copyright © 2016-2017 Lightbend, Inc. <http://www.lightbend.com>
33
*/
44

5-
addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0")
6-
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.3")
7-
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2")
5+
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.1")

version.sbt

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)