upgrade sbt-source-dist
This commit is contained in:
parent
0db5d8d6f6
commit
88bf6329f1
2 changed files with 3 additions and 2 deletions
|
|
@ -15,7 +15,8 @@ scalaVersion := Dependencies.allScalaVersions.head
|
||||||
|
|
||||||
ThisBuild / apacheSonatypeProjectProfile := "pekko"
|
ThisBuild / apacheSonatypeProjectProfile := "pekko"
|
||||||
ThisBuild / versionScheme := Some(VersionScheme.SemVerSpec)
|
ThisBuild / versionScheme := Some(VersionScheme.SemVerSpec)
|
||||||
sourceDistName := "incubating-pekko"
|
sourceDistName := "apache-pekko"
|
||||||
|
sourceDistIncubating := true
|
||||||
|
|
||||||
enablePlugins(
|
enablePlugins(
|
||||||
UnidocRoot,
|
UnidocRoot,
|
||||||
|
|
|
||||||
|
|
@ -27,7 +27,7 @@ addSbtPlugin("com.hpe.sbt" % "sbt-pull-request-validator" % "1.0.0")
|
||||||
addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.30")
|
addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.30")
|
||||||
|
|
||||||
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1")
|
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1")
|
||||||
addSbtPlugin("com.github.pjfanning" % "sbt-source-dist" % "0.1.6")
|
addSbtPlugin("com.github.pjfanning" % "sbt-source-dist" % "0.1.7")
|
||||||
addSbtPlugin("org.mdedetrich" % "sbt-apache-sonatype" % "0.1.10")
|
addSbtPlugin("org.mdedetrich" % "sbt-apache-sonatype" % "0.1.10")
|
||||||
addSbtPlugin("com.github.reibitto" % "sbt-welcome" % "0.2.2")
|
addSbtPlugin("com.github.reibitto" % "sbt-welcome" % "0.2.2")
|
||||||
addSbtPlugin("com.github.sbt" % "sbt-license-report" % "1.5.0")
|
addSbtPlugin("com.github.sbt" % "sbt-license-report" % "1.5.0")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue