Skip to content

Commit 70c46b3

Browse files
committed
community build: Update zio to latest upstream
With additional fixes for 3.0.0-M3
1 parent ad2a104 commit 70c46b3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
Submodule zio updated 579 files

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,8 @@ object projects:
397397
lazy val zio = SbtCommunityProject(
398398
project = "zio",
399399
sbtTestCommand = "testJVMDotty",
400-
sbtDocCommand = forceDoc("coreJVM"),
400+
sbtDocCommand = forceDoc("coreJVM"),
401+
dependencies = List(izumiReflect)
401402
)
402403

403404
lazy val munit = SbtCommunityProject(

0 commit comments

Comments
 (0)