Skip to content

Commit

Permalink
Use %%% for scala-collection-compat
Browse files Browse the repository at this point in the history
  • Loading branch information
kyri-petrou committed Aug 14, 2024
1 parent f301af9 commit 8b12fd1
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 @@ -83,7 +83,7 @@ lazy val zioQuery = crossProject(JSPlatform, JVMPlatform, NativePlatform)
.settings(scalacOptions += "-Wconf:msg=[zio.stacktracer.TracingImplicits.disableAutoTrace]:silent")
.settings(
libraryDependencies ++= Seq(
"org.scala-lang.modules" %% "scala-collection-compat" % "2.12.0"
"org.scala-lang.modules" %%% "scala-collection-compat" % "2.12.0"
),
scalacOptions ++=
(if (scalaBinaryVersion.value == "3")
Expand Down

0 comments on commit 8b12fd1

Please sign in to comment.