Skip to content
This repository has been archived by the owner on May 28, 2019. It is now read-only.

Commit

Permalink
Add stuff (it's late, sorry)
Browse files Browse the repository at this point in the history
  • Loading branch information
gabro committed Sep 14, 2016
1 parent 83f2446 commit 7b55e84
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ lazy val root = (project in file(".")).
name := "sbt-buildo",
description := "sbt plugin for sharing configuration across projects at buildo",
addSbtPlugin("me.lessis" % "bintray-sbt" % "0.3.0"),
addSbtPlugin("io.spray" % "sbt-revolver" % "0.8.0"),
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.3"),
licenses := Seq("MIT" -> url("https://github.com/buildo/sbt-buildo/blob/master/LICENSE")),
scmInfo := Some(ScmInfo(url("https://github.com/buildo/sbt-buildo"), "git@github.com:buildo/sbt-buildo.git")),
bintrayOrganization := Some("buildo"),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ package buildo
import sbt._
import Keys._


object CommonDependencySettingPlugin extends AutoPlugin {

object autoImport {
Expand All @@ -26,6 +25,7 @@ object CommonDependencySettingPlugin extends AutoPlugin {
hikari,
logging,
sprayJson,
metarpheusAnnotations,
scalaTest,
sprayTest
)
Expand Down
1 change: 1 addition & 0 deletions src/main/scala/buildo/ScalaSettingPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ object ScalaSettingPlugin extends AutoPlugin {
)

lazy val baseSettings: Seq[Def.Setting[_]] = Seq(
cancelable in Global := true,
scalacOptions ++= Seq("-encoding", "utf8"),
scalacOptions ++= Seq("-deprecation", "-feature", "-unchecked", "-Xlint"),
scalacOptions += "-language:higherKinds",
Expand Down

0 comments on commit 7b55e84

Please sign in to comment.