Skip to content

Commit 588cf8d

Browse files
Update scala-collection-compat to 2.8.0 (#77)
1 parent 79b9558 commit 588cf8d

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
@@ -58,7 +58,7 @@ lazy val bindings = project.in(file("bindings"))
5858
description := "Scala bindings for MythTV",
5959
crossScalaVersions := supportedScalaVersions,
6060
libraryDependencies ++= Seq(
61-
"org.scala-lang.modules" %% "scala-collection-compat" % "2.7.0",
61+
"org.scala-lang.modules" %% "scala-collection-compat" % "2.8.0",
6262
"org.scala-lang.modules" %% "scala-xml" % "2.1.0",
6363
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.5",
6464
"io.spray" %% "spray-json" % "1.3.6",

0 commit comments

Comments
 (0)