Skip to content

Commit

Permalink
upgrade cats and dependents (#61)
Browse files Browse the repository at this point in the history
* upgrade cats and dependents

* bump circe to 0.9.0-M2
  • Loading branch information
pepegar authored Nov 12, 2017
1 parent 1a5d922 commit 20339e6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 7 deletions.
9 changes: 4 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ import ReleaseTransformations._
import sbtcrossproject.{crossProject, CrossType}

val Versions = Map(
"circe" -> "0.7.0",
"circe" -> "0.9.0-M2",
"monocle" -> "1.4.0",
"atto" -> "0.5.2",
"cats" -> "1.0.0-MF",
"cats-effect" -> "0.4",
"atto" -> "0.6.1-M7",
"cats" -> "1.0.0-RC1",
"cats-effect" -> "0.5",
"simulacrum" -> "0.10.0",
"scalatest" -> "3.0.1",
"scalacheck" -> "1.13.4",
Expand Down Expand Up @@ -99,7 +99,6 @@ val commonDependencies = Seq(
"com.github.julien-truffaut" %%% "monocle-core" % Versions("monocle"),
"com.github.julien-truffaut" %%% "monocle-macro" % Versions("monocle"),
"org.tpolecat" %%% "atto-core" % Versions("atto"),
"org.tpolecat" %%% "atto-compat-cats" % Versions("atto"),
"org.scalatest" %%% "scalatest" % Versions("scalatest") % "test",
"org.scalacheck" %%% "scalacheck" % Versions("scalacheck") % "test",
"org.typelevel" %%% "discipline" % Versions("discipline") % "test"
Expand Down
1 change: 0 additions & 1 deletion core/shared/src/main/scala/hammock/Uri.scala
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package hammock

import atto._
import atto.compat.cats._
import Atto._

import cats._
Expand Down
1 change: 0 additions & 1 deletion core/shared/src/test/scala/hammock/UriSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import org.scalatest._

import atto._
import Atto._
import atto.compat.cats._
import cats._
import cats.implicits._
import cats.syntax.either._
Expand Down

0 comments on commit 20339e6

Please sign in to comment.