xuwei-k
d193c990d1
remove implicit params. change to using
2024-11-18 06:49:22 +09:00
xuwei-k
c5b7038f3a
use `given` instead of `implicit val`
2024-11-17 17:35:23 +09:00
Eugene Yokota
c81d269ed2
Merge branch '1.10.x' into wip/merge-1.10.x
2024-05-07 04:39:25 -04:00
Julien Richard-Foy
72bfb3f45a
Transfer copyright to Scala Center
2023-06-20 16:39:07 +02:00
Eugene Yokota
50b062b795
Port util-logging
2023-01-15 23:40:57 -05:00
xuwei-k
aa8b1141f8
Update scalatest
2021-11-14 22:03:59 +09:00
João Ferreira
dd411cac9f
introduce a new new Input/Output: FileInput/FileOutput
...
* FileInput avoids the intermediate String parsing of PlainInput
* FileOuput also avoid the intermediate String representation of PlainOutput
2020-11-25 14:04:56 +00:00
Ethan Atkins
ad59e71b1a
Add util headers
...
None of the util files had headers.
2019-12-08 10:29:22 -08:00
Eugene Yokota
cf0467609d
-Xfatal-warnings
2018-09-19 22:46:38 -04:00
Dale Wijnand
44a2f1d92c
Kill utilTesting
...
No need for a 1-line, 1-class jar
2018-02-23 18:16:30 +00:00
Dale Wijnand
d31b9c5093
Add, configure & enable Scalafmt
2017-08-10 11:44:24 +01:00
Eugene Yokota
8b5210f84d
Bump to latest Contraband
2017-07-15 10:36:03 -04:00
Eugene Yokota
b912a58125
Fix tests
2017-07-01 08:00:19 -04:00
Eugene Yokota
f48848e5d4
Adds overrides for File-based caching
...
sbt/util#45 implemented caching using sjson-new. Now many of the functions take `CacheStore` that abstracts the caching ability.
sbt/sbt#3109 demonstrates that setting up CacheStore requires boilerplate involving concepts introduced in sbt 1.
This change adds back overrides using File by making assumption that majority of the time we would want standard JSON converter.
2017-04-17 10:24:54 -04:00