Skip to content

Commit f054477

Browse files
committed
Update sbt-pekko-build to 0.3.1
1 parent 4d8aa26 commit f054477

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Diff for: build.sbt

-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ ThisBuild / scalafixScalaBinaryVersion := scalaBinaryVersion.value
1313

1414
scalaVersion := Dependencies.allScalaVersions.head
1515

16-
ThisBuild / apacheSonatypeProjectProfile := "pekko"
1716
ThisBuild / versionScheme := Some(VersionScheme.SemVerSpec)
1817
sourceDistName := "apache-pekko"
1918
sourceDistIncubating := true

Diff for: project/plugins.sbt

+1-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.31")
2626

2727
addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.0.1")
2828
addSbtPlugin("com.github.pjfanning" % "sbt-source-dist" % "0.1.11")
29-
addSbtPlugin("org.mdedetrich" % "sbt-apache-sonatype" % "0.1.10")
30-
addSbtPlugin("com.github.pjfanning" % "sbt-pekko-build" % "0.3.0")
29+
addSbtPlugin("com.github.pjfanning" % "sbt-pekko-build" % "0.3.1")
3130
addSbtPlugin("com.github.reibitto" % "sbt-welcome" % "0.4.0")
3231
addSbtPlugin("com.github.sbt" % "sbt-license-report" % "1.6.1")
3332

0 commit comments

Comments
 (0)