Skip to content

Commit

Permalink
Reenable protoquill
Browse files Browse the repository at this point in the history
Using workaround 1cc61547a4ed77553ec600e28cab78d536786d4d
  • Loading branch information
nicolasstucki committed Jan 3, 2022
1 parent cc5428f commit 5ec4e09
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Expand Up @@ -75,7 +75,7 @@ class CommunityBuildTestC:
// @Test def oslibWatch = projects.oslibWatch.run()
@Test def playJson = projects.playJson.run()
@Test def pprint = projects.pprint.run()
// @Test def protoquill = projects.protoquill.run() // needs to fix new type inference errors
@Test def protoquill = projects.protoquill.run()
@Test def requests = projects.requests.run()
@Test def scalacheck = projects.scalacheck.run()
@Test def scalaCollectionCompat = projects.scalaCollectionCompat.run()
Expand Down

0 comments on commit 5ec4e09

Please sign in to comment.