Created
September 15, 2020 08:04
-
-
Save Vilkina/57950a3d1860b02a19961467b13a5e83 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name := "zio-kafka-test" | |
version := "0.1" | |
scalaVersion := "2.13.3" | |
libraryDependencies += "dev.zio" %% "zio-kafka" % "0.12.0" | |
libraryDependencies += "dev.zio" %% "zio-streams" % "1.0.0" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment