mirror of
https://github.com/sbt/sbt.git
synced 2026-09-03 08:34:34 +02:00
Although in theory the fix in #3776 should be preferable to
synchronize templateStats() manually, it turns out that we
still get errors in some tests. So, reverting to a
synchronized section while we investigate.
This reverts commit ee90917cc4.