There was an error while loading. Please reload this page.
2 parents 434988f + 858062a commit 95040e4Copy full SHA for 95040e4
1 file changed
build.sbt
@@ -1,11 +1,12 @@
1
-name := "uranio"
+name := "fetch"
2
3
version := "0.1.0"
4
5
scalaVersion := "2.11.7"
6
7
-libraryDependencies += "org.typelevel" %% "cats" % "0.4.1"
8
-
9
-libraryDependencies ++= Seq("org.specs2" %% "specs2-core" % "3.7.2" % "test")
+libraryDependencies ++= Seq(
+ "org.typelevel" %% "cats" % "0.4.1",
+ "org.specs2" %% "specs2-core" % "3.7.2" % "test"
10
+)
11
12
scalacOptions in Test ++= Seq("-Yrangepos")
0 commit comments