Skip to content

Commit 846f9e9

Browse files
author
James Santucci
committed
Wait is collection-compat GOOD actually
1 parent da82008 commit 846f9e9

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
@@ -54,7 +54,7 @@ lazy val compiler = (project in file("compiler"))
5454
crossScalaVersions := Seq(V.scala212, V.scala),
5555
scalacOptions -= "-Xfatal-warnings",
5656
libraryDependencies ++= Seq(
57-
"org.scala-exercises" %% "runtime" % V.runtime exclude ("org.scala-lang.modules", "scala-collection-compat"),
57+
"org.scala-exercises" %% "runtime" % V.runtime,
5858
"org.scala-lang" % "scala-compiler" % scalaVersion.value,
5959
"org.scala-lang.modules" %% "scala-collection-compat" % V.collectioncompat,
6060
"org.typelevel" %% "cats-core" % V.cats % Compile,

0 commit comments

Comments
 (0)