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 cbe1457

Browse files
scala-collection-compat 2.8.0 (was 2.7.0)
1 parent 329bddb commit cbe1457

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ lazy val parserCombinators = crossProject(JVMPlatform, JSPlatform, NativePlatfor
3434
libraryDependencies += "com.github.sbt" % "junit-interface" % "0.13.3" % Test,
3535
// so we can `@nowarn` in test code, but only in test code, so the dependency
3636
// doesn't leak downstream. can be dropped when we drop 2.11 from the crossbuild
37-
libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.7.0" % Test,
37+
libraryDependencies += "org.scala-lang.modules" %% "scala-collection-compat" % "2.8.0" % Test,
3838

3939
apiMappings ++= scalaInstance.value.libraryJars.collect {
4040
case file if file.getName.startsWith("scala-library") && file.getName.endsWith(".jar") =>

0 commit comments

Comments
(0)

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