aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNoel Welsh <noel@untyped.com>2017-02-18 14:03:32 -0800
committerNoel Welsh <noel@untyped.com>2017-02-18 14:03:32 -0800
commit5626b4a2273443bc12e203611c9f7d55584a9120 (patch)
treef505f344cf65061188b219aede194c6d06058c54
parent1b33d72cd839b5897545cd9d4f92696932192c91 (diff)
downloadcreative-scala-template-5626b4a2273443bc12e203611c9f7d55584a9120.tar.gz
creative-scala-template-5626b4a2273443bc12e203611c9f7d55584a9120.tar.bz2
creative-scala-template-5626b4a2273443bc12e203611c9f7d55584a9120.zip
Update to latest Doodle and matching Cats version
-rw-r--r--build.sbt4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.sbt b/build.sbt
index 7f50056..6aa4a6a 100644
--- a/build.sbt
+++ b/build.sbt
@@ -16,6 +16,6 @@ cleanupCommands in console := """
""".trim.stripMargin
libraryDependencies ++= Seq(
- "underscoreio" %% "doodle" % "0.6.5",
- "org.typelevel" %% "cats" % "0.6.0"
+ "underscoreio" %% "doodle" % "0.7.0",
+ "org.typelevel" %% "cats" % "0.7.2"
)