Skip to content

Commit

Permalink
Restored Jitpack dependency, since that's how com.github.everit-org.j…
Browse files Browse the repository at this point in the history
…son-schema is distributed.
  • Loading branch information
mcoblenz committed Jul 2, 2020
1 parent 921f332 commit f7837b8
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,9 +7,10 @@ scalaVersion := "2.13.2"
organization := "edu.cmu.cs.obsidian"

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


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

libraryDependencies += "org.scala-lang.modules" %% "scala-parser-combinators" % "1.1.2"
Expand Down

0 comments on commit f7837b8

Please sign in to comment.