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 da82008 commit 846f9e9Copy full SHA for 846f9e9
build.sbt
@@ -54,7 +54,7 @@ lazy val compiler = (project in file("compiler"))
54
crossScalaVersions := Seq(V.scala212, V.scala),
55
scalacOptions -= "-Xfatal-warnings",
56
libraryDependencies ++= Seq(
57
- "org.scala-exercises" %% "runtime" % V.runtime exclude ("org.scala-lang.modules", "scala-collection-compat"),
+ "org.scala-exercises" %% "runtime" % V.runtime,
58
"org.scala-lang" % "scala-compiler" % scalaVersion.value,
59
"org.scala-lang.modules" %% "scala-collection-compat" % V.collectioncompat,
60
"org.typelevel" %% "cats-core" % V.cats % Compile,
0 commit comments