Skip to content

Commit 5718ebb

Browse files
committed
version bump
1 parent 72c9c6d commit 5718ebb

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)