Skip to content

Commit

Permalink
Replace json4s with circe (closes #71)
Browse files Browse the repository at this point in the history
  • Loading branch information
asoltysik committed Aug 7, 2018
1 parent fe486bf commit 8b06ee3
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ package com.snowplowanalytics.snowplow.scalatracker

import java.io.FileWriter

<<<<<<< HEAD
import cats.implicits._
=======
import cats.syntax.either._
>>>>>>> Replace json4s with circe (closes #71)

import io.circe.Json
import io.circe.parser.parse
Expand Down

0 comments on commit 8b06ee3

Please sign in to comment.