Skip to content

Commit 3b9ad9f

Browse files
committed
Update protoquill to latest build
1 parent d871d35 commit 3b9ad9f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed
Submodule protoquill updated 421 files

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -714,9 +714,10 @@ object projects:
714714

715715
lazy val protoquill = SbtCommunityProject(
716716
project = "protoquill",
717+
extraSbtArgs = List("-Dcommunity=true", "-DcommunityRemote=true"),
717718
sbtTestCommand = "test",
718719
sbtPublishCommand = "publishLocal",
719-
dependencies = () => List(), // TODO add scalatest and pprint (see protoquill/build.sbt)
720+
dependencies = () => List(scalatest),
720721
scalacOptions = List("-language:implicitConversions"), // disabled -Ysafe-init, due to bug in macro
721722
)
722723

0 commit comments

Comments
 (0)