Skip to content

Commit a95e014

Browse files
ricemeryabo64
authored andcommitted
Update to Scala 2.12.1 - refs #235. Add topics to config.json - refs #125. (#256)
1 parent 7c3e0c2 commit a95e014

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

config.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,8 @@
418418
"slug": "sgf-parsing",
419419
"difficulty": 1,
420420
"topics": [
421+
"Parsing",
422+
"Transforming"
421423
]
422424
},
423425
{

exercises/sgf-parsing/build.sbt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
scalaVersion := "2.11.8"
2-
3-
libraryDependencies += "org.scalatest" % "scalatest_2.11" % "2.2.5" % "test"
1+
scalaVersion := "2.12.1"
42

3+
libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.1" % "test"
54
libraryDependencies += "org.scala-lang.modules" %% "scala-parser-combinators" % "1.0.4"
65

76

0 commit comments

Comments
 (0)