File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,8 @@ to keep up with the language and learn how to use the Scala test library as well
3636* Middle of linked list
3737
3838## Versions
39+ * v1.0.20.2 (10/06/2018) - Improved null argument handling for Middle of linked list exercise.
40+
3941* v1.0.20.1 (10/06/2018) - Improved null argument handling for Contains duplicate exercise.
4042
4143* v1.0.20.0 (10/06/2018) - Added Middle of linked list 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.1 "
8+ version := " 1.0.20.2 "
99 )),
1010 name := " leetcode-scala" ,
1111 libraryDependencies += scalaTest % Test ,
You can’t perform that action at this time.
0 commit comments