Skip to content

Commit

Permalink
Snapshot should not depend on a journal.
Browse files Browse the repository at this point in the history
  • Loading branch information
rtar committed Feb 2, 2024
1 parent e726ddb commit f14d9ac
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 @@ -108,7 +108,7 @@ lazy val journal = (project in file("journal")
lazy val snapshot = (project in file("snapshot")
settings (name := "kafka-journal-snapshot")
settings commonSettings
dependsOn (journal)
dependsOn (core)
settings(libraryDependencies ++= Seq(scalatest % Test)))

lazy val persistence = (project in file("persistence")
Expand Down

0 comments on commit f14d9ac

Please sign in to comment.