Skip to content

Commit

Permalink
remove cross version for collection-compat (#393)
Browse files Browse the repository at this point in the history
  • Loading branch information
sviezypan authored Aug 27, 2021
1 parent 674b94f commit 401de78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ lazy val zioNioCore = project
libraryDependencies ++= Seq(
"dev.zio" %% "zio" % zioVersion,
"dev.zio" %% "zio-streams" % zioVersion,
("org.scala-lang.modules" %% "scala-collection-compat" % "2.5.0").cross(CrossVersion.for3Use2_13),
"org.scala-lang.modules" %% "scala-collection-compat" % "2.5.0",
"dev.zio" %% "zio-test" % zioVersion % Test,
"dev.zio" %% "zio-test-sbt" % zioVersion % Test
),
Expand Down

0 comments on commit 401de78

Please sign in to comment.