Skip to content

Commit

Permalink
Merge pull request #6 from pepegar/feature/sbt-fixes
Browse files Browse the repository at this point in the history
SBT fixes
  • Loading branch information
committed Mar 7, 2016
2 parents 434988f + 858062a commit 95040e4
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
name := "uranio"
name := "fetch"

version := "0.1.0"

scalaVersion := "2.11.7"

libraryDependencies += "org.typelevel" %% "cats" % "0.4.1"

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"
)

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

0 comments on commit 95040e4

Please sign in to comment.