We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a81e11 commit fbbd605Copy full SHA for fbbd605
build.sbt
@@ -43,7 +43,6 @@ lazy val root = (project in file("."))
43
44
lazy val defaults = Seq(
45
organization := "com.typesafe.genjavadoc",
46
- sonatypeProfileName := "com.typesafe",
47
scalaVersion := crossScalaVersions.value.last,
48
crossScalaVersions := {
49
val supportedScala212Versions = (18 to 20).map(p => s"2.12.$p")
project/build.properties
@@ -1 +1 @@
1
-sbt.version=1.11.5
+sbt.version=1.11.6
project/plugins.sbt
-addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.3")
+addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2")
0 commit comments