We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f4c359e + e04b5b9 commit de1c5f2Copy full SHA for de1c5f2
build.sbt
@@ -3,7 +3,7 @@ import sbtcrossproject.crossProject
3
4
scalaVersionsByJvm in ThisBuild := {
5
val v211 = "2.11.12"
6
- val v212 = "2.12.6"
+ val v212 = "2.12.7"
7
val v213 = "2.13.0-M5"
8
9
val allFalse = List(v212 -> false, v213 -> false, v211 -> false)
shared/src/main/scala/scala/util/parsing/combinator/Parsers.scala
@@ -14,7 +14,6 @@ import scala.collection.mutable.ListBuffer
14
import scala.annotation.tailrec
15
import scala.annotation.migration
16
import scala.language.implicitConversions
17
-import scala.util.DynamicVariable
18
19
// TODO: better error handling (labelling like parsec's <?>)
20
0 commit comments