Skip to content

Commit 4a27aa1

Browse files
committed
version bump
1 parent 0b25320 commit 4a27aa1

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
@@ -28,8 +28,11 @@ to keep up with the language and learn how to use the Scala test library as well
2828
* Path sum II
2929
* Flatten binary tree
3030
* Word break
31+
* Roman to integer
3132

3233
## Versions
34+
* 1.0.15.0 (07/16/2018) - Added Roman to Integer exercise.
35+
3336
* 1.0.14.0 (07/10/2018) - Added Word break exercise.
3437

3538
* 1.0.13.0 (06/10/2018) - Added Flatten binary tree 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 := "com.example",
77
scalaVersion := "2.12.6",
8-
version := "1.0.14.0"
8+
version := "1.0.15.0"
99
)),
1010
name := "leetcode-scala",
1111
libraryDependencies += scalaTest % Test,

0 commit comments

Comments
 (0)