aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoel Welsh <noel@Noels-MacBook-Pro.local>2016-05-31 15:50:53 +0100
committerNoel Welsh <noel@Noels-MacBook-Pro.local>2016-05-31 15:50:53 +0100
commit7f8618096143ab18d9a545f1093d22d921cda379 (patch)
treef96b62e5844a60eb951762d4dc1388c3abe9b492
parent86e05110cc652c7c729672f58655a8e8585b072d (diff)
downloadcreative-scala-template-7f8618096143ab18d9a545f1093d22d921cda379.tar.gz
creative-scala-template-7f8618096143ab18d9a545f1093d22d921cda379.tar.bz2
creative-scala-template-7f8618096143ab18d9a545f1093d22d921cda379.zip
Update Cats and Doodle version numbers
-rw-r--r--build.sbt4
1 files 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"
)