Skip to content

Commit 7e76b27

Browse files
ricemeryabo64
authored andcommitted
Update to Scala 2.12.1 - refs #235. Add topics to config.json - refs #125 (#254)
1 parent 093c949 commit 7e76b27

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

config.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -430,6 +430,9 @@
430430
"slug": "zipper",
431431
"difficulty": 1,
432432
"topics": [
433+
"Generics",
434+
"Optional values",
435+
"Trees"
433436
]
434437
},
435438
{

exercises/zipper/build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
scalaVersion := "2.11.8"
1+
scalaVersion := "2.12.1"
22

3-
libraryDependencies += "org.scalatest" % "scalatest_2.11" % "2.2.5" % "test"
3+
libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.1" % "test"

0 commit comments

Comments
 (0)