-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbuild.sbt.orig
More file actions
25 lines (19 loc) · 639 Bytes
/
build.sbt.orig
File metadata and controls
25 lines (19 loc) · 639 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<<<<<<< HEAD
name := "reactive-week3"
=======
name := "CourseraCodeSamplesReactiveProgramming"
>>>>>>> 4c79d84ae71b8c3a0b731b984c81e12d61c513ac
version := "1.0"
scalaVersion := "2.11.6"
<<<<<<< HEAD
=======
scalacOptions ++= Seq("-deprecation", "-feature")
libraryDependencies ++= Seq(
"com.netflix.rxjava" % "rxjava-scala" % "0.15.1",
"org.scalatest" %% "scalatest" % "2.2.4",
"junit" % "junit" % "4.11",
"org.scala-lang.modules" %% "scala-async" % "0.9.2",
"com.squareup.retrofit" % "retrofit" % "1.2.2",
"com.typesafe.akka" %% "akka-actor" % "2.3.10"
)
>>>>>>> 4c79d84ae71b8c3a0b731b984c81e12d61c513ac