Skip to content

Commit

Permalink
upgrade sbt-source-dist
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning authored and He-Pin committed Jul 4, 2023
1 parent 0db5d8d commit 88bf632
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ scalaVersion := Dependencies.allScalaVersions.head

ThisBuild / apacheSonatypeProjectProfile := "pekko"
ThisBuild / versionScheme := Some(VersionScheme.SemVerSpec)
sourceDistName := "incubating-pekko"
sourceDistName := "apache-pekko"
sourceDistIncubating := true

enablePlugins(
UnidocRoot,
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ addSbtPlugin("com.hpe.sbt" % "sbt-pull-request-validator" % "1.0.0")
addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.30")

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("com.github.reibitto" % "sbt-welcome" % "0.2.2")
addSbtPlugin("com.github.sbt" % "sbt-license-report" % "1.5.0")
Expand Down

0 comments on commit 88bf632

Please sign in to comment.