From 478a9bf5da822a8c68f66b9239677b1eff6ad765 Mon Sep 17 00:00:00 2001 From: Ric Emery Date: Sat, 28 Jan 2017 11:03:02 -0700 Subject: [PATCH] Zebra - Update to Scala 2.12.1 - refs #235. Add topics to config.json - refs #125. --- config.json | 1 + exercises/zebra-puzzle/build.sbt | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/config.json b/config.json index 0e2b8cdf..8abefa50 100644 --- a/config.json +++ b/config.json @@ -369,6 +369,7 @@ "slug": "zebra-puzzle", "difficulty": 1, "topics": [ + "Logic" ] }, { diff --git a/exercises/zebra-puzzle/build.sbt b/exercises/zebra-puzzle/build.sbt index 5656a8f7..d023118a 100644 --- a/exercises/zebra-puzzle/build.sbt +++ b/exercises/zebra-puzzle/build.sbt @@ -1,3 +1,3 @@ -scalaVersion := "2.11.8" +scalaVersion := "2.12.1" -libraryDependencies += "org.scalatest" % "scalatest_2.11" % "2.2.5" % "test" +libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.1" % "test"