Skip to content

Commit

Permalink
add scalacache-guava
Browse files Browse the repository at this point in the history
  • Loading branch information
catena2w committed Jul 16, 2018
1 parent 716728f commit d528e18
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ resolvers ++= Seq("Sonatype Releases" at "https://oss.sonatype.org/content/repos
val scorexVersion = "941a63a8-SNAPSHOT"

libraryDependencies ++= Seq(
"com.github.cb372" %% "scalacache-guava" % "0.+",
"org.scorexfoundation" %% "scrypto" % "2.1.2",
"org.scorexfoundation" %% "sigma-state" % "0.9.4",
"org.scala-lang.modules" %% "scala-async" % "0.9.7",
Expand Down
12 changes: 9 additions & 3 deletions lock.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,12 @@ dependencyOverrides in ThisBuild ++= Seq(
"ch.qos.logback" % "logback-classic" % "1.3.0-alpha4",
"ch.qos.logback" % "logback-core" % "1.3.0-alpha4",
"com.chuusai" % "shapeless_2.12" % "2.3.2",
"com.google.code.findbugs" % "jsr305" % "3.0.2",
"com.google.guava" % "guava" % "21.0",
"com.github.cb372" % "scalacache-core_2.12" % "0.24.2",
"com.github.cb372" % "scalacache-guava_2.12" % "0.24.2",
"com.google.code.findbugs" % "jsr305" % "1.3.9",
"com.google.errorprone" % "error_prone_annotations" % "2.1.3",
"com.google.guava" % "guava" % "25.1-jre",
"com.google.j2objc" % "j2objc-annotations" % "1.1",
"com.iheart" % "ficus_2.12" % "1.4.3",
"com.lihaoyi" % "fastparse-utils_2.12" % "1.0.0",
"com.lihaoyi" % "fastparse_2.12" % "1.0.0",
Expand Down Expand Up @@ -38,6 +42,8 @@ dependencyOverrides in ThisBuild ++= Seq(
"org.bitbucket.inkytonik.kiama" % "kiama_2.12" % "2.1.0",
"org.bitlet" % "weupnp" % "0.1.4",
"org.bouncycastle" % "bcprov-jdk15on" % "1.59",
"org.checkerframework" % "checker-qual" % "2.0.0",
"org.codehaus.mojo" % "animal-sniffer-annotations" % "1.14",
"org.reactivestreams" % "reactive-streams" % "1.0.2",
"org.rogach" % "scallop_2.12" % "2.1.1",
"org.rudogma" % "supertagged_2.12" % "1.4",
Expand All @@ -61,4 +67,4 @@ dependencyOverrides in ThisBuild ++= Seq(
"org.typelevel" % "macro-compat_2.12" % "1.1.1",
"org.whispersystems" % "curve25519-java" % "0.5.0"
)
// LIBRARY_DEPENDENCIES_HASH 20410da74eb095d244152f4fabc1f8990cdda9c9
// LIBRARY_DEPENDENCIES_HASH 8bb0ca25c7db6df31a36bb390028ea568eb8547b

0 comments on commit d528e18

Please sign in to comment.