Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Commit

Permalink
Upgrade circe version (#179)
Browse files Browse the repository at this point in the history
* Upgrade to circe 0.9.0-M2

* Import new implicit for cats show

See cats PR 1696
typelevel/cats#1696
  • Loading branch information
lorandszakacs authored and hseeberger committed Nov 2, 2017
1 parent 5ecc091 commit f84dcfd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import akka.http.scaladsl.model.MediaTypes.`application/json`
import akka.http.scaladsl.unmarshalling.{ FromEntityUnmarshaller, Unmarshaller }
import akka.util.ByteString
import cats.data.NonEmptyList
import cats.syntax.show.toShowOps
import cats.syntax.show.toShow
import io.circe.{ jawn, Decoder, DecodingFailure, Encoder, Json, Printer }
import scala.collection.immutable.Seq

Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ lazy val library =
object Version {
val akkaHttp = "10.0.10"
val argonaut = "6.2"
val circe = "0.9.0-M1"
val circe = "0.9.0-M2"
val jacksonScala = "2.9.1"
val json4s = "3.5.3"
val play = "2.6.7"
Expand Down

0 comments on commit f84dcfd

Please sign in to comment.