@@ -45,16 +45,16 @@ lazy val compiler = (project in file("compiler"))
4545 crossScalaVersions := Seq (V .scala212, V .scala),
4646 scalacOptions -= " -Xfatal-warnings" ,
4747 libraryDependencies ++= Seq (
48- " org.scala-exercises" %% " runtime" % V .runtime,
49- " org.scala-lang" % " scala-compiler" % scalaVersion.value % Provided ,
50- " org.scala-lang.modules" %% " scala-collection-compat" % V .collectioncompat % Provided ,
51- " org.typelevel" %% " cats-core" % V .cats % Compile ,
48+ " org.scala-exercises" %% " runtime" % V .runtime exclude ( " org.scala-lang.modules " , " scala-collection-compat " ) ,
49+ " org.scala-lang" % " scala-compiler" % scalaVersion.value,
50+ " org.scala-lang.modules" %% " scala-collection-compat" % V .collectioncompat,
51+ " org.typelevel" %% " cats-core" % V .cats % Compile ,
5252 " org.http4s" %% " http4s-blaze-client" % V .http4s,
5353 " org.http4s" %% " http4s-circe" % V .http4s,
5454 " com.47deg" %% " github4s" % V .github4s,
5555 " org.scalariform" %% " scalariform" % V .scalariform,
56- " org.typelevel" %% " cats-laws" % V .cats % Test ,
57- " org.scalatest" %% " scalatest" % V .scalatest % Test
56+ " org.typelevel" %% " cats-laws" % V .cats % Test ,
57+ " org.scalatest" %% " scalatest" % V .scalatest % Test
5858 )
5959 )
6060 .dependsOn(definitions)
0 commit comments