From 68fc100c7129aba608f014d9cf1956c77e5121ea Mon Sep 17 00:00:00 2001 From: Enno Runne <458526+ennru@users.noreply.github.com> Date: Mon, 13 Nov 2023 16:49:53 +0100 Subject: [PATCH] sbt formatting --- build.sbt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/build.sbt b/build.sbt index f2c6fa3e..fba1c7b6 100644 --- a/build.sbt +++ b/build.sbt @@ -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"))