Skip to content

Commit

Permalink
chore: change docs project name to disambiguate from in pom files (#481)
Browse files Browse the repository at this point in the history
  • Loading branch information
ennru authored Nov 13, 2023
1 parent 00dace1 commit 23085b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ lazy val docs = project
.settings(common)
.settings(dontPublish)
.settings(
name := "Akka Persistence R2DBC",
name := "Akka Persistence plugin for R2DBC",
libraryDependencies ++= Dependencies.docs,
makeSite := makeSite.dependsOn(LocalRootProject / ScalaUnidoc / doc).value,
previewPath := (Paradox / siteSubdirName).value,
Expand Down

0 comments on commit 23085b7

Please sign in to comment.