Skip to content

Commit 099aecb

Browse files
committed
community build: Update zio to latest upstream
1 parent c8fa55d commit 099aecb

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
Submodule zio updated 571 files

community-build/src/scala/dotty/communitybuild/projects.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,8 @@ object projects:
394394
lazy val zio = SbtCommunityProject(
395395
project = "zio",
396396
sbtTestCommand = "testJVMDotty",
397-
sbtDocCommand = forceDoc("coreJVM"),
397+
sbtDocCommand = forceDoc("coreJVM"),
398+
dependencies = List(izumiReflect)
398399
)
399400

400401
lazy val munit = SbtCommunityProject(

0 commit comments

Comments
 (0)