Set Pekko Sbt Paradox to release

This commit is contained in:
Matthew de Detrich 2024-03-15 18:23:38 +01:00 committed by Matthew de Detrich
parent 1bdd6ed80e
commit 62003e99aa
2 changed files with 1 additions and 5 deletions

View file

@ -21,8 +21,6 @@ ThisBuild / reproducibleBuildsCheckResolver := Resolver.ApacheMavenStagingRepo
ThisBuild / pekkoCoreProject := true
ThisBuild / resolvers += Resolver.ApacheMavenSnapshotsRepo
enablePlugins(
UnidocRoot,
UnidocWithPrValidation,

View file

@ -31,6 +31,4 @@ addSbtPlugin("com.github.reibitto" % "sbt-welcome" % "0.4.0")
addSbtPlugin("com.github.sbt" % "sbt-license-report" % "1.6.1")
addSbtPlugin("io.github.roiocam" % "sbt-depend-walker" % "0.1.1")
resolvers += Resolver.ApacheMavenSnapshotsRepo
addSbtPlugin("org.apache.pekko" % "pekko-sbt-paradox" % "1.0.1-RC1+5-13892678-SNAPSHOT")
addSbtPlugin("org.apache.pekko" % "pekko-sbt-paradox" % "1.0.1")