Skip to content

Commit

Permalink
Add explanations to build.sbt why scal-java8-compat library is needed
Browse files Browse the repository at this point in the history
  • Loading branch information
MateuszKubuszok committed Oct 5, 2023
1 parent 67b69ce commit 051a3eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -387,6 +387,7 @@ lazy val chimneyJavaCollections = projectMatrix
.settings(publishSettings*)
.settings(mimaSettings*)
.settings(
// Scala 2.12 doesn't have scala.jdk.StreamConverters and we use it in test of java.util.stream type class instances
libraryDependencies += "org.scala-lang.modules" %%% "scala-java8-compat" % "1.0.2" % Test,
mimaFailOnNoPrevious := false
)
Expand Down

0 comments on commit 051a3eb

Please sign in to comment.