Skip to content

Commit

Permalink
add channel dep
Browse files Browse the repository at this point in the history
  • Loading branch information
rmgk committed Mar 10, 2024
1 parent c16de1d commit 9639b41
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 @@ -232,7 +232,7 @@ lazy val encryptedTodo = project.in(file("Modules/Example EncryptedTodoFx"))

lazy val replicationExamples =
crossProject(JVMPlatform, JSPlatform).crossType(CrossType.Full).in(file("Modules/Example Replication"))
.dependsOn(reactives, rdts, aead, rdts % "compile->compile;test->test")
.dependsOn(reactives, rdts, aead, rdts % "compile->compile;test->test", channels)
.settings(
scala3defaults,
noPublish,
Expand Down

0 comments on commit 9639b41

Please sign in to comment.