File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -34,8 +34,11 @@ to keep up with the language and learn how to use the Scala test library as well
3434* Add binary
3535* Contains duplicate
3636* Middle of linked list
37+ * Jewels and stones
3738
3839## Versions
40+ * v1.0.21.0 (10/07/2018) - Added Jewels and stones exercise.
41+
3942* v1.0.20.2 (10/06/2018) - Improved null argument handling for Middle of linked list exercise.
4043
4144* v1.0.20.1 (10/06/2018) - Improved null argument handling for Contains duplicate exercise.
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ lazy val root = (project in file(".")).
55 inThisBuild(List (
66 organization := " org.codecraftlabs" ,
77 scalaVersion := " 2.12.7" ,
8- version := " 1.0.20.2 "
8+ version := " 1.0.21.0 "
99 )),
1010 name := " leetcode-scala" ,
1111 libraryDependencies += scalaTest % Test ,
You can’t perform that action at this time.
0 commit comments