Skip to content

Commit

Permalink
Merge pull request #856 from typelevel/update/scala-collection-compat…
Browse files Browse the repository at this point in the history
…-2.10.0

Update scala-collection-compat to 2.10.0
  • Loading branch information
mpilquist authored May 1, 2023
2 parents be3b06c + efb108e commit 570ae54
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 @@ -134,7 +134,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform, NativePlatform)
"org.scodec" %%% "scodec-cats" % "1.2.0",
"org.tpolecat" %%% "natchez-core" % natchezVersion,
"org.tpolecat" %%% "sourcepos" % "1.1.0",
"org.scala-lang.modules" %%% "scala-collection-compat" % "2.9.0",
"org.scala-lang.modules" %%% "scala-collection-compat" % "2.10.0",
) ++ Seq(
"com.beachape" %%% "enumeratum" % "1.7.2",
).filterNot(_ => tlIsScala3.value)
Expand Down

0 comments on commit 570ae54

Please sign in to comment.