From 7f8618096143ab18d9a545f1093d22d921cda379 Mon Sep 17 00:00:00 2001 From: Noel Welsh Date: Tue, 31 May 2016 15:50:53 +0100 Subject: Update Cats and Doodle version numbers --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 29c1070..f219245 100644 --- a/build.sbt +++ b/build.sbt @@ -16,6 +16,6 @@ cleanupCommands in console := """ """.trim.stripMargin libraryDependencies ++= Seq( - "underscoreio" %% "doodle" % "0.6.1", - "org.typelevel" %% "cats" % "0.4.1" + "underscoreio" %% "doodle" % "0.6.3", + "org.typelevel" %% "cats" % "0.6.0" ) -- cgit v1.2.3