We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d871d35 commit 6c4ddbbCopy full SHA for 6c4ddbb
community-build/community-projects/protoquill
community-build/src/scala/dotty/communitybuild/projects.scala
@@ -714,9 +714,10 @@ object projects:
714
715
lazy val protoquill = SbtCommunityProject(
716
project = "protoquill",
717
+ extraSbtArgs = List("-Dcommunity=true"),
718
sbtTestCommand = "test",
719
sbtPublishCommand = "publishLocal",
- dependencies = () => List(), // TODO add scalatest and pprint (see protoquill/build.sbt)
720
+ dependencies = () => List(scalatest),
721
scalacOptions = List("-language:implicitConversions"), // disabled -Ysafe-init, due to bug in macro
722
)
723
0 commit comments