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 c014d9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main/scala/buildo/ScalaSettingPlugin.scala
Expand Up @@ -36,5 +36,7 @@ object ScalaSettingPlugin extends AutoPlugin {
"-Ywarn-unused-import"
) ++ crossFlags(scalaVersion.value)
)

resolvers += Resolver.jcenterRepo
}

0 comments on commit c014d9b

Please sign in to comment.