Skip to content

Commit

Permalink
Merge pull request #75 from penland365/update-dependencies
Browse files Browse the repository at this point in the history
Updated Library Dependencies.
  • Loading branch information
penland365 committed Jul 12, 2016
2 parents 0161b7c + 6b67265 commit a071f7e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions build.sbt
Expand Up @@ -57,15 +57,15 @@ lazy val baseSettings = Seq(

lazy val allSettings = buildSettings ++ baseSettings ++ Defaults.itSettings

lazy val coreVersion = "0.0.4-SNAPSHOT"
lazy val coreVersion = "0.0.4"

lazy val catsVersion = "0.5.0"
lazy val catsVersion = "0.6.0"

lazy val finagleVersion = "6.35.0"
lazy val finagleVersion = "6.36.0"

lazy val nettyVersion = "4.0.36.Final"

lazy val circeVersion = "0.4.1"
lazy val circeVersion = "0.5.0-M2"

lazy val jawnVersion = "0.8.4"

Expand Down
2 changes: 1 addition & 1 deletion core/src/main/scala/roc/postgresql/Messages.scala
@@ -1,7 +1,7 @@
package roc
package postgresql

import algebra.Eq
import cats.Eq
import cats.data.Xor
import cats.std.all._
import cats.syntax.eq._
Expand Down

0 comments on commit a071f7e

Please sign in to comment.