diff --git a/build.sbt b/build.sbt index 96f86bc..d1e4deb 100644 --- a/build.sbt +++ b/build.sbt @@ -43,7 +43,6 @@ lazy val root = (project in file(".")) lazy val defaults = Seq( organization := "com.typesafe.genjavadoc", - sonatypeProfileName := "com.typesafe", scalaVersion := crossScalaVersions.value.last, crossScalaVersions := { val supportedScala212Versions = (18 to 20).map(p => s"2.12.$p") diff --git a/project/build.properties b/project/build.properties index e480c67..5e6884d 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.11.5 +sbt.version=1.11.6 diff --git a/project/plugins.sbt b/project/plugins.sbt index e778d1e..ee7fb0e 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1 +1 @@ -addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.3") +addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2")