aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/getting-started.html
diff options
context:
space:
mode:
authorFelix Mulder <felix.mulder@gmail.com>2017-01-12 14:05:25 +0100
committerFelix Mulder <felix.mulder@gmail.com>2017-01-31 14:31:07 +0100
commit3cee0b5e38f05bd70bec9d2bb392acdbd4fe8052 (patch)
treef05f59ccae411d1909fc14aacbb8ad740769c778 /docs/_includes/getting-started.html
parentab80297a30fc5942b811e9b6287230894361466e (diff)
downloaddotty-3cee0b5e38f05bd70bec9d2bb392acdbd4fe8052.tar.gz
dotty-3cee0b5e38f05bd70bec9d2bb392acdbd4fe8052.tar.bz2
dotty-3cee0b5e38f05bd70bec9d2bb392acdbd4fe8052.zip
Port old site to dottydoc
Diffstat (limited to 'docs/_includes/getting-started.html')
-rw-r--r--docs/_includes/getting-started.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/_includes/getting-started.html b/docs/_includes/getting-started.html
index fc99788f9..00b7c869c 100644
--- a/docs/_includes/getting-started.html
+++ b/docs/_includes/getting-started.html
@@ -19,7 +19,7 @@ enablePlugins(DottyPlugin)</code></pre>
<h2 id="build.properties">build.properties</h2>
<pre class="sourceCode bordered"><code>sbt.version=0.13.11</code></pre>
<h2 id="plugins.sbt">plugins.sbt</h2>
- <pre class="sourceCode bordered"><code>addSbtPlugin("com.felixmulder" % "sbt-dotty" % "0.1.4")</code></pre>
+ <pre class="sourceCode bordered"><code>addSbtPlugin("com.felixmulder" % "sbt-dotty" % "0.1.7")</code></pre>
<p>
This plugin is based on the
<a href="https://github.com/smarter/dotty-example-project">