Skip to content

Commit

Permalink
Add scalafmt
Browse files Browse the repository at this point in the history
  • Loading branch information
olafurpg committed Jun 10, 2018
1 parent a9d12fa commit b232b99
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file added bin/scalafmt
Binary file not shown.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
inThisBuild(
List(
resolvers += Resolver.sonatypeRepo("releases"),
scalaVersion := "2.12.6", publishArtifact in packageDoc := sys.env.contains("CI"),
scalaVersion := "2.12.6",
publishArtifact in packageDoc := sys.env.contains("CI"),
publishArtifact in packageSrc := sys.env.contains("CI")
)
)
Expand Down

0 comments on commit b232b99

Please sign in to comment.