sbt/main/src/test/scala
Ethan Atkins 525cff7fd7 Use java caffeine library rather than scalacache
sbt depends on scalacache (which hasn't been updated in about a year)
and we really don't need the functionality provided by scalacache. In
fact, the java api is somewhat easier to work with for our use case. The
motivation is that scalacache uses slf4j for logging which meant that it
was implicitly loading log4j. This caused some noisy logs during
shutdown when the previously unused cache was initialized just to be
cleaned up.

This commit also upgrades caffeine and moving forward we can always
upgrade caffeine (and potentially shade it) without any conflict with
the scalacache version.
2020-08-07 17:18:09 -07:00
..
sbt/internal Use java caffeine library rather than scalacache 2020-08-07 17:18:09 -07:00
BuildPathsTest.scala Remove unneeded import 2018-10-08 13:59:40 -07:00
ClasspathsTest.scala Add conversions from Init/+Task to Taskable 2020-02-17 12:22:53 +00:00
DefaultsTest.scala Update header 2018-09-14 04:53:36 -04:00
Delegates.scala Ignore the build ref case 2019-09-30 02:18:11 -04:00
ParseKey.scala use hedgehog.Result 2019-09-30 02:09:02 -04:00
ParserSpec.scala use hedgehog.Result 2019-09-30 02:09:02 -04:00
PluginCommandTest.scala Cache compiled map during build load 2020-07-03 14:08:26 -07:00
PluginsTest.scala Update header 2018-09-14 04:53:36 -04:00
ProjectMacro.scala Update header 2018-09-14 04:53:36 -04:00
ProjectSpec.scala Update header 2018-09-14 04:53:36 -04:00
TagsTest.scala Update header 2018-09-14 04:53:36 -04:00