aboutsummaryrefslogtreecommitdiff
path: root/docs/docs/usage/sbt-projects.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/docs/usage/sbt-projects.md')
-rw-r--r--docs/docs/usage/sbt-projects.md14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/docs/usage/sbt-projects.md b/docs/docs/usage/sbt-projects.md
new file mode 100644
index 000000000..79418850d
--- /dev/null
+++ b/docs/docs/usage/sbt-projects.md
@@ -0,0 +1,14 @@
+---
+layout: default
+title: "sbt"
+---
+
+Using Dotty with sbt
+====================
+It is now possible to use Dotty with sbt thanks to the dotty-bridge project.
+There are two alternatives in how to create an sbt project that uses dotty:
+
+* [dotty-example-project](https://github.com/smarter/dotty-example-project)
+ for a simple sbt project that compiles code with Dotty
+* [sbt-dotty](https://github.com/felixmulder/sbt-dotty) an sbt plugin that
+ takes care of all dependencies and settings needed to get a Dotty sbt project