aboutsummaryrefslogtreecommitdiff
path: root/docs/_includes/getting-started.html
diff options
context:
space:
mode:
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">