Skip to content

Commit

Permalink
Switched from Bintray to JCenter in the hopes of more reliable builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcoblenz committed Jul 2, 2020
1 parent e9a3950 commit 921f332
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ scalaVersion := "2.13.2"
organization := "edu.cmu.cs.obsidian"

// For dependencies of fabric-chaincode.
resolvers += "Jitpack" at "https://www.jitpack.io"
// We previously used Bintray, but it seemed unreliable; Travis builds failed occasionally.
resolvers += Resolver.jcenterRepo

scalacOptions := Seq("-unchecked", "-deprecation")

Expand Down

0 comments on commit 921f332

Please sign in to comment.