Skip to content

Commit 89e7c04

Browse files
author
James Santucci
committed
Remove explicit collection-compat dep
1 parent 846f9e9 commit 89e7c04

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

build.sbt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ lazy val compiler = (project in file("compiler"))
5656
libraryDependencies ++= Seq(
5757
"org.scala-exercises" %% "runtime" % V.runtime,
5858
"org.scala-lang" % "scala-compiler" % scalaVersion.value,
59-
"org.scala-lang.modules" %% "scala-collection-compat" % V.collectioncompat,
6059
"org.typelevel" %% "cats-core" % V.cats % Compile,
6160
"org.http4s" %% "http4s-blaze-client" % V.http4s,
6261
"org.http4s" %% "http4s-circe" % V.http4s,

0 commit comments

Comments
 (0)