Skip to content

Commit 4edb70f

Browse files
committed
fix typo
1 parent a5a7faa commit 4edb70f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

community-build/test/scala/dotty/communitybuild/CommunityBuildTest.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,8 +264,8 @@ object projects
264264
)
265265

266266
lazy val zio = SbtCommunityProject(
267-
project = "zio"
268-
sbtTestCommand = "testJVMDotty"
267+
project = "zio",
268+
sbtTestCommand = "testJVMDotty",
269269
sbtUpdateCommand = "update"
270270
)
271271
end projects

0 commit comments

Comments
 (0)