aboutsummaryrefslogtreecommitdiff
path: root/site/jekyll/downloads/_snippet.md
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2015-12-16 22:51:11 -0800
committerJakob Odersky <jodersky@gmail.com>2015-12-16 22:51:11 -0800
commit5f3acd195807c871acb104b18dc8ea7c40ab1c66 (patch)
tree6e1eda53b4ed1e469d76669bbf618f7058403d0b /site/jekyll/downloads/_snippet.md
parent86eaa28114494a442e8a9ea818339bc29859775e (diff)
downloadakka-serial-5f3acd195807c871acb104b18dc8ea7c40ab1c66.tar.gz
akka-serial-5f3acd195807c871acb104b18dc8ea7c40ab1c66.tar.bz2
akka-serial-5f3acd195807c871acb104b18dc8ea7c40ab1c66.zip
Fix site versions
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 %}