We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79b9558 commit 588cf8dCopy full SHA for 588cf8d
build.sbt
@@ -58,7 +58,7 @@ lazy val bindings = project.in(file("bindings"))
58
description := "Scala bindings for MythTV",
59
crossScalaVersions := supportedScalaVersions,
60
libraryDependencies ++= Seq(
61
- "org.scala-lang.modules" %% "scala-collection-compat" % "2.7.0",
+ "org.scala-lang.modules" %% "scala-collection-compat" % "2.8.0",
62
"org.scala-lang.modules" %% "scala-xml" % "2.1.0",
63
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.5",
64
"io.spray" %% "spray-json" % "1.3.6",
0 commit comments