Skip to content

Commit 7245c49

Browse files
Merge pull request #325 from ricemery/change
Change - Update to Scala 2.12.1 - refs #235. Add topics to config.jso…
2 parents 8534451 + 1661968 commit 7245c49

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

config.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -546,6 +546,10 @@
546546
"slug": "change",
547547
"difficulty": 1,
548548
"topics": [
549+
"Integers",
550+
"Lists",
551+
"Optional values",
552+
"Mathematics"
549553
]
550554
},
551555
{

exercises/change/build.sbt

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

3-
libraryDependencies += "org.scalatest" % "scalatest_2.11" % "2.2.5" % "test"
3+
libraryDependencies += "org.scalatest" %% "scalatest" % "3.0.1" % "test"

0 commit comments

Comments
 (0)