aboutsummaryrefslogtreecommitdiff
path: root/site/jekyll/downloads/_snippet.md
diff options
context:
space:
mode:
Diffstat (limited to 'site/jekyll/downloads/_snippet.md')
-rw-r--r--site/jekyll/downloads/_snippet.md7
1 files changed, 0 insertions, 7 deletions
diff --git a/site/jekyll/downloads/_snippet.md b/site/jekyll/downloads/_snippet.md
deleted file mode 100644
index a873958..0000000
--- a/site/jekyll/downloads/_snippet.md
+++ /dev/null
@@ -1,7 +0,0 @@
-{% highlight scala %}
-//main artifact
-libraryDependencies += "com.github.jodersky" %% "flow" % "{{site.data.releases.current.version}}"
-
-//(optional) "fat" jar containing native libraries
-libraryDependencies += "com.github.jodersky" % "flow-native" % "{{site.data.releases.current.version}}" % "runtime"
-{% endhighlight %}