Skip to content

Commit fbbd605

Browse files
committed
update sbt-ci-release for publishing via central repository
1 parent 6a81e11 commit fbbd605

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
@@ -43,7 +43,6 @@ lazy val root = (project in file("."))
4343

4444
lazy val defaults = Seq(
4545
organization := "com.typesafe.genjavadoc",
46-
sonatypeProfileName := "com.typesafe",
4746
scalaVersion := crossScalaVersions.value.last,
4847
crossScalaVersions := {
4948
val supportedScala212Versions = (18 to 20).map(p => s"2.12.$p")

project/build.properties

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

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.2")

0 commit comments

Comments
 (0)