Skip to content

Commit

Permalink
Merge pull request #151 from sphereio/cats_2.1.0_in_sphere_util
Browse files Browse the repository at this point in the history
cats 2.1.0 in sphere-util
  • Loading branch information
yanns authored Jan 7, 2020
2 parents 47e9d98 + 0b66711 commit f529059
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions util/dependencies.sbt
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
val catsVersion = "2.0.0"

libraryDependencies ++= Seq(
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.2",
"joda-time" % "joda-time" % "2.10.5",
"org.joda" % "joda-convert" % "2.2.1",
"org.typelevel" %% "cats-macros" % catsVersion,
"org.typelevel" %% "cats-core" % catsVersion,
"org.typelevel" %% "cats-core" % "2.1.0",
"org.json4s" %% "json4s-scalap" % "3.6.7"
)

0 comments on commit f529059

Please sign in to comment.