Skip to content

Commit 1a658c6

Browse files
committed
Bracket Push - Update to Scala 2.12.1 - refs exercism#235. Add topics to config.json - refs exercism#125.
1 parent 4c585cb commit 1a658c6

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

config.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -296,6 +296,8 @@
296296
"slug": "bracket-push",
297297
"difficulty": 1,
298298
"topics": [
299+
"Strings",
300+
"Parsing"
299301
]
300302
},
301303
{

exercises/bracket-push/build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
scalaVersion := "2.11.8"
1+
scalaVersion := "2.12.1"
22

3-
libraryDependencies += "org.scalatest" % "scalatest_2.11" % "2.2.5" % "test"
4-
libraryDependencies += "org.scala-lang.modules" %% "scala-parser-combinators" % "1.0.4"
3+
libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.1" % "test"
4+
libraryDependencies += "org.scala-lang.modules" %% "scala-parser-combinators" % "1.0.5"

0 commit comments

Comments
 (0)