Skip to content
This repository has been archived by the owner on Aug 9, 2023. It is now read-only.

Commit

Permalink
Add comment to enable scalafmt
Browse files Browse the repository at this point in the history
  • Loading branch information
rayyildiz committed Oct 1, 2017
1 parent 0ccca90 commit dc89a75
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,11 @@ Project Supports
---

- [Travis-CI](https://travis-ci.org/)
- Akka Http
- Akka Actor
- Scalafmt
- ScalaStyle
- Dependencies Injection by [scala-guice](https://github.com/codingwell/scala-guice)
- Logback
- [Akka Http](https://doc.akka.io/docs/akka-http/current/scala/http/)
- [Akka](https://akka.io/)
- [Scalafmt](http://scalameta.org/scalafmt/) with [neo-sbt-scalafmt](https://github.com/lucidsoftware/neo-sbt-scalafmt)
- [ScalaStyle](http://www.scalastyle.org/)
- Dependency Injection with [scala-guice](https://github.com/codingwell/scala-guice)

Template license
----------------
Expand Down
2 changes: 1 addition & 1 deletion src/main/g8/project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=0.13.15
sbt.version=0.13.15
3 changes: 3 additions & 0 deletions src/main/g8/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.5")

addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0")

// Change the sbt version to enable this plugin. More info http://scalameta.org/scalafmt/#sbt-scalafmt
// addSbtPlugin("com.geirsson" % "sbt-scalafmt" % "1.3.0")

0 comments on commit dc89a75

Please sign in to comment.