aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoel Welsh <noelwelsh@gmail.com>2016-06-28 10:38:34 +0100
committerGitHub <noreply@github.com>2016-06-28 10:38:34 +0100
commitbed57cac03b813fe6860205d2712bd5fd5e5e402 (patch)
tree5c8c89c4a180d2434beb64838ab73393f3b05ed7
parent6e287763d56ddc72f82d93d532ac25d111bdae3d (diff)
downloadcreative-scala-template-bed57cac03b813fe6860205d2712bd5fd5e5e402.tar.gz
creative-scala-template-bed57cac03b813fe6860205d2712bd5fd5e5e402.tar.bz2
creative-scala-template-bed57cac03b813fe6860205d2712bd5fd5e5e402.zip
Update to Doodle 0.6.5
-rw-r--r--build.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sbt b/build.sbt
index 1f607ad..7f50056 100644
--- a/build.sbt
+++ b/build.sbt
@@ -16,6 +16,6 @@ cleanupCommands in console := """
""".trim.stripMargin
libraryDependencies ++= Seq(
- "underscoreio" %% "doodle" % "0.6.4",
+ "underscoreio" %% "doodle" % "0.6.5",
"org.typelevel" %% "cats" % "0.6.0"
)