Skip to content

Commit

Permalink
Supersafe plugin was removed.
Browse files Browse the repository at this point in the history
Relock was done.
  • Loading branch information
alexeykiselev committed Nov 3, 2016
1 parent 9b3370b commit c2c18da
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 13 deletions.
20 changes: 9 additions & 11 deletions lock.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
dependencyOverrides in ThisBuild ++= Set(
"ch.qos.logback" % "logback-classic" % "1.1.7",
"ch.qos.logback" % "logback-core" % "1.1.7",
"com.artima.supersafe" % "supersafe_2.11.8" % "1.1.0",
"com.chuusai" % "shapeless_2.11" % "2.3.2",
"com.fasterxml.jackson.core" % "jackson-annotations" % "2.5.4",
"com.fasterxml.jackson.core" % "jackson-core" % "2.5.4",
Expand All @@ -23,27 +22,27 @@ dependencyOverrides in ThisBuild ++= Set(
"com.google.code.findbugs" % "annotations" % "2.0.1",
"com.google.code.findbugs" % "jsr305" % "2.0.1",
"com.google.guava" % "guava" % "18.0",
"com.h2database" % "h2-mvstore" % "1.4.192",
"com.h2database" % "h2-mvstore" % "1.4.193",
"com.ning" % "async-http-client" % "1.9.11",
"com.thoughtworks.paranamer" % "paranamer" % "2.6",
"com.typesafe" % "config" % "1.3.0",
"com.typesafe" % "ssl-config-akka_2.11" % "0.2.1",
"com.typesafe" % "ssl-config-core_2.11" % "0.2.1",
"com.typesafe.akka" % "akka-actor_2.11" % "2.4.11",
"com.typesafe.akka" % "akka-actor_2.11" % "2.4.12",
"com.typesafe.akka" % "akka-http-core_2.11" % "2.4.11",
"com.typesafe.akka" % "akka-http-experimental_2.11" % "2.4.11",
"com.typesafe.akka" % "akka-http-spray-json-experimental_2.11" % "2.4.8",
"com.typesafe.akka" % "akka-parsing_2.11" % "2.4.11",
"com.typesafe.akka" % "akka-slf4j_2.11" % "2.4.11",
"com.typesafe.akka" % "akka-slf4j_2.11" % "2.4.12",
"com.typesafe.akka" % "akka-stream_2.11" % "2.4.11",
"com.typesafe.akka" % "akka-testkit_2.11" % "2.4.11",
"com.typesafe.akka" % "akka-testkit_2.11" % "2.4.12",
"com.typesafe.play" % "play-datacommons_2.11" % "2.4.8",
"com.typesafe.play" % "play-functional_2.11" % "2.4.8",
"com.typesafe.play" % "play-iteratees_2.11" % "2.4.8",
"com.typesafe.play" % "play-json_2.11" % "2.4.8",
"com.wavesplatform" % "scorex-basics_2.11" % "1.4.2-SNAPSHOT",
"com.wavesplatform" % "scorex-consensus_2.11" % "1.4.2-SNAPSHOT",
"com.wavesplatform" % "scorex-transaction_2.11" % "1.4.2-SNAPSHOT",
"com.wavesplatform" % "scorex-basics_2.11" % "1.4.2",
"com.wavesplatform" % "scorex-consensus_2.11" % "1.4.2",
"com.wavesplatform" % "scorex-transaction_2.11" % "1.4.2",
"commons-net" % "commons-net" % "3.5",
"io.netty" % "netty" % "3.10.0.Final",
"io.spray" % "spray-json_2.11" % "1.3.2",
Expand All @@ -65,20 +64,19 @@ dependencyOverrides in ThisBuild ++= Set(
"org.consensusresearch" % "scrypto_2.11" % "1.0.4",
"org.javassist" % "javassist" % "3.18.2-GA",
"org.joda" % "joda-convert" % "1.7",
"org.mapdb" % "mapdb" % "2.0-beta13",
"org.reactivestreams" % "reactive-streams" % "1.0.0",
"org.reflections" % "reflections" % "0.9.10",
"org.scala-lang.modules" % "scala-java8-compat_2.11" % "0.7.0",
"org.scala-lang.modules" % "scala-parser-combinators_2.11" % "1.0.4",
"org.scala-lang.modules" % "scala-xml_2.11" % "1.0.2",
"org.scala-sbt" % "test-interface" % "1.0",
"org.scala-stm" % "scala-stm_2.11" % "0.7",
"org.scalacheck" % "scalacheck_2.11" % "1.12.5",
"org.scalacheck" % "scalacheck_2.11" % "1.12.6",
"org.scalactic" % "scalactic_2.11" % "2.3.0-SNAP2",
"org.scalatest" % "scalatest_2.11" % "2.3.0-SNAP2",
"org.slf4j" % "slf4j-api" % "1.7.20",
"org.typelevel" % "macro-compat_2.11" % "1.1.1",
"org.whispersystems" % "curve25519-java" % "0.2.4",
"org.yaml" % "snakeyaml" % "1.12"
)
// LIBRARY_DEPENDENCIES_HASH 2398a50af9cf23a7540cf31cdc356d8def9e00c5
// LIBRARY_DEPENDENCIES_HASH 23fade44ecfef237631086f4b9f6aa0e5e345ed0
2 changes: 0 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ addSbtPlugin("com.github.tkawachi" % "sbt-lock" % "0.2.3")

addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.0.6")

addSbtPlugin("com.artima.supersafe" % "sbtplugin" % "1.1.0")

libraryDependencies += "com.typesafe" % "config" % "1.3.0"

libraryDependencies += "org.vafer" % "jdeb" % "1.3" artifacts Artifact("jdeb", "jar", "jar")

0 comments on commit c2c18da

Please sign in to comment.