Skip to content

Commit

Permalink
Add logback to replicator test scope
Browse files Browse the repository at this point in the history
  • Loading branch information
Z1kkurat committed Jun 23, 2023
1 parent b21ea56 commit dc24776
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,10 @@ lazy val replicator = (Project("replicator", file("replicator"))
dependsOn (
journal % "test->test;compile->compile",
`eventual-cassandra`)
settings (libraryDependencies ++= Seq(`cats-helper`)))
settings (libraryDependencies ++= Seq(
`cats-helper`,
Logback.core % Test,
Logback.classic % Test)))

lazy val `eventual-cassandra` = (project in file("eventual-cassandra")
settings (name := "kafka-journal-eventual-cassandra")
Expand Down

0 comments on commit dc24776

Please sign in to comment.