aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoel Welsh <noel@Noels-MacBook-Pro.local>2016-06-07 10:45:40 +0100
committerNoel Welsh <noel@Noels-MacBook-Pro.local>2016-06-07 10:45:40 +0100
commit6e287763d56ddc72f82d93d532ac25d111bdae3d (patch)
tree9b8902ab120de25cc79976ead5e1b40c94c40e0e
parentb4881a25f8346c54720c32ce41d29230cda8699d (diff)
downloadcreative-scala-template-6e287763d56ddc72f82d93d532ac25d111bdae3d.tar.gz
creative-scala-template-6e287763d56ddc72f82d93d532ac25d111bdae3d.tar.bz2
creative-scala-template-6e287763d56ddc72f82d93d532ac25d111bdae3d.zip
Update to 0.6.4
-rw-r--r--build.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sbt b/build.sbt
index f219245..1f607ad 100644
--- a/build.sbt
+++ b/build.sbt
@@ -16,6 +16,6 @@ cleanupCommands in console := """
""".trim.stripMargin
libraryDependencies ++= Seq(
- "underscoreio" %% "doodle" % "0.6.3",
+ "underscoreio" %% "doodle" % "0.6.4",
"org.typelevel" %% "cats" % "0.6.0"
)