Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit de1c5f2

Browse files
Merge pull request #171 from Philippus/scala-2.12.7
Update scala to 2.12.7
2 parents f4c359e + e04b5b9 commit de1c5f2

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

‎build.sbt‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import sbtcrossproject.crossProject
33

44
scalaVersionsByJvm in ThisBuild := {
55
val v211 = "2.11.12"
6-
val v212 = "2.12.6"
6+
val v212 = "2.12.7"
77
val v213 = "2.13.0-M5"
88

99
val allFalse = List(v212 -> false, v213 -> false, v211 -> false)

‎shared/src/main/scala/scala/util/parsing/combinator/Parsers.scala‎

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ import scala.collection.mutable.ListBuffer
1414
import scala.annotation.tailrec
1515
import scala.annotation.migration
1616
import scala.language.implicitConversions
17-
import scala.util.DynamicVariable
1817

1918
// TODO: better error handling (labelling like parsec's <?>)
2019

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /