Skip to content

Commit 4c585cb

Browse files
ricemeryabo64
authored andcommitted
Alphametics - Update to Scala 2.12.1 - refs exercism#235. Add topics to config.json - refs exercism#125. (exercism#320)
1 parent e6a2036 commit 4c585cb

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

config.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -496,6 +496,10 @@
496496
"slug": "alphametics",
497497
"difficulty": 1,
498498
"topics": [
499+
"Maps",
500+
"Optional values",
501+
"Strings",
502+
"Parsing"
499503
]
500504
},
501505
{

exercises/alphametics/build.sbt

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

3-
libraryDependencies += "org.scalatest" % "scalatest_2.11" % "2.2.5" % "test"
4-
5-
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"
65

0 commit comments

Comments
 (0)