Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
notxcain committed Jul 17, 2019
1 parent aab18e5 commit 285818c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,8 @@ lazy val distributedProcessingSettings = Seq(
)

lazy val kafkaDistributedProcessingSettings = Seq(
scalaVersion := "2.12.8",
crossScalaVersions := Seq("2.12.8"),
libraryDependencies ++= Seq(
"org.apache.kafka" % "kafka-clients" % apacheKafkaClientsVersion,
"co.fs2" %% "fs2-core" % fs2Version,
Expand Down

0 comments on commit 285818c

Please sign in to comment.