Skip to content

Instantly share code, notes, and snippets.

@Kornel
Created June 3, 2015 07:36
Show Gist options
  • Save Kornel/ce539da714b11b259751 to your computer and use it in GitHub Desktop.
Save Kornel/ce539da714b11b259751 to your computer and use it in GitHub Desktop.
minimal flink sbt?
name := "flink-start"
version := "1.0"
scalaVersion := "2.11.6"
libraryDependencies ++=
Seq("org.apache.flink" % "flink-clients" % "0.8.1",
"org.apache.flink" % "flink-scala" % "0.8.1")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment