@@ -45,16 +45,16 @@ lazy val compiler = (project in file("compiler"))
45
45
crossScalaVersions := Seq (V .scala212, V .scala),
46
46
scalacOptions -= " -Xfatal-warnings" ,
47
47
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 ,
52
52
" org.http4s" %% " http4s-blaze-client" % V .http4s,
53
53
" org.http4s" %% " http4s-circe" % V .http4s,
54
54
" com.47deg" %% " github4s" % V .github4s,
55
55
" 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
58
58
)
59
59
)
60
60
.dependsOn(definitions)
0 commit comments