Skip to content

Commit

Permalink
Bump iglu-core to 0.5.0 (close snowplow#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
chuwy committed Apr 18, 2019
1 parent 72b2ff5 commit b1afe5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import sbt._
object Dependencies {

object V {
val igluCore = "0.4.0"
val igluCore = "0.5.0"
val cats = "1.6.0"
val circe = "0.11.1"
val aws = "1.11.490"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ import java.util.UUID
// cats
import cats.data.Validated.{Invalid, Valid}
import cats.data.NonEmptyList
import cats.syntax.either._

// circe
import io.circe.{Json, JsonObject}
Expand Down

0 comments on commit b1afe5d

Please sign in to comment.