We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c585cb commit 1a658c6Copy full SHA for 1a658c6
config.json
@@ -296,6 +296,8 @@
296
"slug": "bracket-push",
297
"difficulty": 1,
298
"topics": [
299
+ "Strings",
300
+ "Parsing"
301
]
302
},
303
{
exercises/bracket-push/build.sbt
@@ -1,4 +1,4 @@
1
-scalaVersion := "2.11.8"
+scalaVersion := "2.12.1"
2
3
-libraryDependencies += "org.scalatest" % "scalatest_2.11" % "2.2.5" % "test"
4
-libraryDependencies += "org.scala-lang.modules" %% "scala-parser-combinators" % "1.0.4"
+libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.1" % "test"
+libraryDependencies += "org.scala-lang.modules" %% "scala-parser-combinators" % "1.0.5"
0 commit comments