Skip to content

Commit

Permalink
sbt formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ennru committed Nov 13, 2023
1 parent 5fa1778 commit 68fc100
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,7 @@ lazy val `akka-persistence-jdbc` = project
.enablePlugins(ScalaUnidocPlugin)
.disablePlugins(MimaPlugin, SitePlugin, CiReleasePlugin)
.aggregate(core, docs, migrator)
.settings(
name := "akka-persistence-jdbc-root",
publish / skip := true
)
.settings(name := "akka-persistence-jdbc-root", publish / skip := true)

lazy val core = project
.in(file("core"))
Expand Down

0 comments on commit 68fc100

Please sign in to comment.