From 38d7b546296628b2ba2f501652ccbd4ea0239fac Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Sun, 20 Oct 2024 14:22:56 +0200 Subject: [PATCH] Build with crossPaths (#172) It's uncommon to enable this, and possibly caused the .tasty files in the staged 2.12 and 2.13 artifacts. --- project/Publish.scala | 1 - 1 file changed, 1 deletion(-) diff --git a/project/Publish.scala b/project/Publish.scala index a2ce811..b9199df 100644 --- a/project/Publish.scala +++ b/project/Publish.scala @@ -24,7 +24,6 @@ object Publish extends AutoPlugin { override def requires = ApacheSonatypePlugin && DynVerPlugin override lazy val projectSettings = Seq( - crossPaths := false, homepage := Some(url("https://github.com/apache/pekko-persistence-dynamodb")), developers += Developer("contributors", "Contributors",