diff --git a/gsoc/2018.md b/gsoc/2018.md index 3d907b67c..7364cec30 100644 --- a/gsoc/2018.md +++ b/gsoc/2018.md @@ -94,6 +94,24 @@ for a 1.0 version. Supervised by [@julienrf](https://github.com/julienrf). +### CBT support for Play Framework + +Implement everything necessary to have a smooth development experience with [Play framework](https://www.playframework.com/) and [cbt](https://github.com/cvogt/cbt), e.g. restarting the server on change, bundling/minimizing js/css, integration with scalajs. Take guidance from sbt plugin. + +Supervised by [@cvogt](https://github.com/cvogt). + +### CBT Coursier integration + +Allow using [coursier](https://github.com/coursier/coursier) as the resolver in [cbt](https://github.com/cvogt/cbt). + +Supervised by [@cvogt](https://github.com/cvogt). + +### CBT Ticket hunt + +Bring down these open tickets for [cbt](https://github.com/cvogt/cbt) by picking some of the most urgent or interesting ones. + +Supervised by [@cvogt](https://github.com/cvogt). + ### Debugger integration for Scala Native [Scala Native](http://www.scala-native.org/en/latest/) is an optimizing ahead-of-time compiler for Scala.