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

Commit

Permalink
add jcenter resolver
Browse files Browse the repository at this point in the history
  • Loading branch information
veej committed Aug 29, 2017
1 parent 4afe142 commit 4a2e67d
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 4a2e67d

Please sign in to comment.