Skip to content

Commit

Permalink
Merge pull request #75 from finagle/update-cats
Browse files Browse the repository at this point in the history
Update cats to 1.0.0-RC1
  • Loading branch information
jeremyrsmith authored Nov 27, 2017
2 parents 2fc8211 + d160eff commit 5dcb1cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ lazy val buildSettings = Seq(

val finagleVersion = "6.44.0"
val shapelessVersion = "2.3.2"
val catsVersion = "0.9.0"
val catsVersion = "1.0.0-RC1"

lazy val docSettings = Seq(
autoAPIMappings := true
Expand All @@ -24,7 +24,7 @@ lazy val baseSettings = docSettings ++ Seq(
libraryDependencies ++= Seq(
"com.twitter" %% "finagle-http" % finagleVersion,
"com.chuusai" %% "shapeless" % shapelessVersion,
"org.typelevel" %% "cats" % catsVersion,
"org.typelevel" %% "cats-core" % catsVersion,
"org.scalamock" %% "scalamock-scalatest-support" % "3.6.0" % "test",
"org.scalatest" %% "scalatest" % "3.0.3" % "test"
),
Expand Down

0 comments on commit 5dcb1cf

Please sign in to comment.