Skip to content

Commit

Permalink
build fix set collection-compat to fixed 2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vivasvan1 committed Apr 19, 2024
1 parent bb2461b commit ea35be5
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ inThisBuild(
pgpSecretRing := file("/tmp/secret.asc"),
scmInfo := Some(
ScmInfo(url("https://github.com/zio/zio-cli/"), "scm:git:[email protected]:zio/zio-cli.git")
)
),
dependencyOverrides += "org.scala-lang.modules" %% "scala-collection-compat" % "2.12.0"
)
)

Expand Down Expand Up @@ -58,12 +59,12 @@ lazy val zioCli = crossProject(JSPlatform, JVMPlatform, NativePlatform)
.settings(buildInfoSettings("zio.cli"))
.settings(
libraryDependencies ++= Seq(
"dev.zio" %%% "zio" % zioVersion,
"dev.zio" %%% "zio-json" % "0.6.2",
"dev.zio" %%% "zio-streams" % zioVersion,
"dev.zio" %%% "zio-test" % zioVersion % Test,
"dev.zio" %%% "zio-test-sbt" % zioVersion % Test,
"dev.zio" %% "zio-nio" % "2.0.0"
"dev.zio" %%% "zio" % zioVersion,
"dev.zio" %%% "zio-json" % "0.6.2",
"dev.zio" %%% "zio-streams" % zioVersion,
"dev.zio" %%% "zio-test" % zioVersion % Test,
"dev.zio" %%% "zio-test-sbt" % zioVersion % Test,
"dev.zio" %% "zio-nio" % "2.0.0"
)
)
.jvmSettings(
Expand Down

0 comments on commit ea35be5

Please sign in to comment.