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 e6a2036 commit 4c585cbCopy full SHA for 4c585cb
config.json
@@ -496,6 +496,10 @@
496
"slug": "alphametics",
497
"difficulty": 1,
498
"topics": [
499
+ "Maps",
500
+ "Optional values",
501
+ "Strings",
502
+ "Parsing"
503
]
504
},
505
{
exercises/alphametics/build.sbt
@@ -1,6 +1,5 @@
1
-scalaVersion := "2.11.8"
+scalaVersion := "2.12.1"
2
3
-libraryDependencies += "org.scalatest" % "scalatest_2.11" % "2.2.5" % "test"
4
-
5
-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"
6
0 commit comments