Commit 3b3396f
authored
add curly brackets
```
build.sbt:7: error: No implicit for Append.Values[Seq[sbt.ModuleID], Option[(Int, Int)]] found,
so Option[(Int, Int)] cannot be appended to Seq[sbt.ModuleID]
libraryDependencies ++=
^
build.sbt:9: error: value >= is not a member of Any
case Some((2, minor)) if minor >= 13 =>
^
build.sbt:10: error: type mismatch;
found : Seq[sbt.ModuleID]
required: sbt.internals.DslEntry
Seq("org.scala-lang.modules" %% "scala-parallel-collections" % "0.1.2")
^
[error] Type error in expression
Project loading failed: (r)etry, (q)uit, (l)ast, or (i)gnore? q
```1 parent 735164b commit 3b3396f
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | | - | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
| 52 | + | |
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
| |||
0 commit comments