Skip to content

Commit 95040e4

Browse files
author
committed
Merge pull request #6 from pepegar/feature/sbt-fixes
SBT fixes
2 parents 434988f + 858062a commit 95040e4

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

build.sbt

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
1-
name := "uranio"
1+
name := "fetch"
22

33
version := "0.1.0"
44

55
scalaVersion := "2.11.7"
66

7-
libraryDependencies += "org.typelevel" %% "cats" % "0.4.1"
8-
9-
libraryDependencies ++= Seq("org.specs2" %% "specs2-core" % "3.7.2" % "test")
7+
libraryDependencies ++= Seq(
8+
"org.typelevel" %% "cats" % "0.4.1",
9+
"org.specs2" %% "specs2-core" % "3.7.2" % "test"
10+
)
1011

1112
scalacOptions in Test ++= Seq("-Yrangepos")

0 commit comments

Comments
 (0)