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 #12 from buildo/11-add_jcenter_resolver
Browse files Browse the repository at this point in the history
#11: Add jcenter resolver (closes #11)
  • Loading branch information
gabro committed Aug 29, 2017
2 parents 4afe142 + 4a2e67d commit b1672c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/scala/buildo/ScalaSettingPlugin.scala
Expand Up @@ -34,7 +34,8 @@ object ScalaSettingPlugin extends AutoPlugin {
"-Ywarn-value-discard",
"-Ywarn-unused",
"-Ywarn-unused-import"
) ++ crossFlags(scalaVersion.value)
) ++ crossFlags(scalaVersion.value),
resolvers += Resolver.jcenterRepo
)
}

0 comments on commit b1672c7

Please sign in to comment.