From 4d0e82e285ee5e2ea2381ebcc5590999b7977b20 Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Sun, 20 Oct 2024 14:17:06 +0200 Subject: [PATCH] Build with crossPaths 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",