sbt/project
Eugene Yokota 0712811dff [2.0.x] Cache analysis using file last modified
**Problem**
Current MixedAnalyzingCompiler analysis cache caches using the last write,
assuming all writing happens via it. However, this doesn't work with
sbt 2.x caching system where the gz file under it can switch.

**Solution**
This switches to using caffeine caching, which includes file size
and file timestamp for local analysis caching.
2026-05-14 01:35:39 -04:00
..
DatatypeConfig.scala fix: Set contrabandScala3enum to false 2025-09-28 21:28:06 -04:00
Dependencies.scala [2.0.x] Cache analysis using file last modified 2026-05-14 01:35:39 -04:00
Docs.scala update scalafmt config. re-format build files 2025-09-23 10:28:38 +09:00
HouseRulesPlugin.scala [2.x] test: Migrate TrackedSpec.scala to verify.BasicTestSuite (#8547) 2026-01-15 22:51:29 -05:00
Mima.scala Update mimaPreviousArtifacts and mimaBinaryIssueFilters 2026-01-12 10:31:21 +09:00
NightlyPlugin.scala Backport ScalaTest bump 2026-05-11 21:13:02 -07:00
PackageSignerPlugin.scala [2.x] ci: Integrate launcher package (#8485) 2026-01-11 20:57:59 -05:00
PublishBinPlugin.scala [2.x] Update project/PublishBinPlugin.scala (#8498) 2026-01-12 16:20:23 -05:00
SbtLauncherPlugin.scala update scalafmt config. re-format build files 2025-09-23 10:28:38 +09:00
SbtScriptedIT.scala in-source sbt-houserules 2019-10-19 19:53:11 -04:00
Scripted.scala [2.x] refactor: Replace string Array with ju.List (#9138) 2026-04-27 00:40:45 -04:00
Transform.scala refactor: Add parentheses to PathFinder.get (#8497) 2026-01-12 15:19:40 -05:00
Utils.scala [2.x] Bump sbtn to 2.0.0-RC13 (#9141) 2026-04-27 01:23:55 -04:00
build.properties [2.x] Minimalist console (#8722) 2026-02-09 10:55:44 -05:00
flamegraph.png docs: Update flamegraph guide 2025-11-09 17:06:13 -05:00
plugins.sbt Update sbt plugins 2026-02-21 09:27:34 +09:00