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

Commit

Permalink
Merge pull request #2 from buildo/1-resolverbintrayrepobuildo_maven_i…
Browse files Browse the repository at this point in the history
…s_missing

#1: Resolver.bintrayRepo("buildo", "maven") is missing (closes #1)
  • Loading branch information
calippo committed Sep 23, 2016
2 parents f1492f3 + 157b012 commit cf681a0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/main/scala/buildo/CommonDependenciesSettingPlugin.scala
Expand Up @@ -5,6 +5,12 @@ import Keys._

object CommonDependencySettingPlugin extends AutoPlugin {

override def buildSettings: Seq[Def.Setting[_]] = baseBuildSettings

lazy val baseBuildSettings: Seq[Def.Setting[_]] = Seq(
resolvers += Resolver.bintrayRepo("buildo", "maven")
)

object autoImport {
val nozzle = "io.buildo" %% "nozzle" % "0.10.7"
val caseenum = "io.buildo" %% "ingredients-caseenum" % "0.3.0"
Expand Down

0 comments on commit cf681a0

Please sign in to comment.