File tree 2 files changed +1
-3
lines changed
2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,6 @@ ThisBuild / scalafixScalaBinaryVersion := scalaBinaryVersion.value
13
13
14
14
scalaVersion := Dependencies .allScalaVersions.head
15
15
16
- ThisBuild / apacheSonatypeProjectProfile := " pekko"
17
16
ThisBuild / versionScheme := Some (VersionScheme .SemVerSpec )
18
17
sourceDistName := " apache-pekko"
19
18
sourceDistIncubating := true
Original file line number Diff line number Diff line change @@ -26,8 +26,7 @@ addSbtPlugin("net.bzzt" % "sbt-reproducible-builds" % "0.31")
26
26
27
27
addSbtPlugin(" com.github.sbt" % " sbt-dynver" % " 5.0.1" )
28
28
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" )
31
30
addSbtPlugin(" com.github.reibitto" % " sbt-welcome" % " 0.4.0" )
32
31
addSbtPlugin(" com.github.sbt" % " sbt-license-report" % " 1.6.1" )
33
32
You can’t perform that action at this time.
0 commit comments