-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.sbt
More file actions
18 lines (13 loc) · 769 Bytes
/
build.sbt
File metadata and controls
18 lines (13 loc) · 769 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
name := "bitml_scala_api"
version := "0.1"
scalaVersion := "2.11.12"
libraryDependencies += "fr.acinq" %% "bitcoin-lib" % "0.16"
libraryDependencies += "org.scalactic" %% "scalactic" % "3.1.0"
libraryDependencies += "org.scalatest" %% "scalatest" % "3.1.0" % "test"
libraryDependencies += "org.json4s" %% "json4s-native" % "3.6.7"
libraryDependencies += "org.json4s" %% "json4s-ext" % "3.6.7"
libraryDependencies += "com.typesafe.akka" %% "akka-actor" % "2.5.29"
libraryDependencies += "com.typesafe.akka" %% "akka-remote" % "2.5.29"
libraryDependencies += "com.typesafe.akka" %% "akka-testkit" % "2.5.29" % Test
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.2.3"
libraryDependencies += "com.typesafe.scala-logging" %% "scala-logging" % "3.9.2"