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 @@ -31,8 +31,11 @@ to keep up with the language and learn how to use the Scala test library as well
3131* Roman to integer
3232* Maximum SubArray
3333* Partition list
34+ * Add binary
3435
3536## Versions
37+ * v1.0.18.0 (09/26/2018) - Added add binary exercise.
38+
3639* 1.0.17.0 (09/23/2018) - Added few more unit tests for partition list exercise.
3740
3841* 1.0.17.0 (09/19/2018) - Added Partition 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.6" ,
8- version := " 1.0.17 .0"
8+ version := " 1.0.18 .0"
99 )),
1010 name := " leetcode-scala" ,
1111 libraryDependencies += scalaTest % Test ,
You can’t perform that action at this time.
0 commit comments