diff --git a/build.sbt b/build.sbt index 16cfdf0..30a0778 100644 --- a/build.sbt +++ b/build.sbt @@ -64,7 +64,7 @@ lazy val commonSettings = Seq( "com.github.vovapolu" %% "scaluzzi" % "0.1.23" ), libraryDependencies ++= Seq( - "org.scala-lang.modules" %% "scala-collection-compat" % "2.13.0", + "org.scala-lang.modules" %% "scala-collection-compat" % "2.14.0", "javax.annotation" % "javax.annotation-api" % "1.3.2", "junit" % "junit" % "4.13.2" % Test, "org.scalatest" %% "scalatest" % "3.2.19" % Test,