sbt, the interactive build tool
Go to file
Antonio Cunei cd4346c5d7 Allow FileInfo for non-existent files with the new timestamps
FileInfo is used to wrap information like last modified time on
files that may or may not exist. Arguably, that does not make
much sense: the non-existent files should not lead to modification
file information, hashes, and a persistent serialized version of
the resulting meaningless information. However, considering that
the FileInfo information is serialized and saved, it is necessary
to preserve compatibility at this stage. Therefore the modification
time is explicitly set to zero for those files that do not exist
when each FileInfo is built.
2017-12-08 23:50:40 +01:00
internal Moved Milli._ to IO. 2017-12-06 20:29:41 +01:00
project IO 1.1.1 2017-11-28 23:12:01 -05:00
util-cache Allow FileInfo for non-existent files with the new timestamps 2017-12-08 23:50:40 +01:00
util-tracking Add, configure & enable Scalafmt 2017-08-10 11:44:24 +01:00
.gitignore Add target/ to .gitignore 2016-04-07 12:47:36 +02:00
.java-version Scala 2.12 2016-12-22 11:59:00 -05:00
.scalafmt.conf Add, configure & enable Scalafmt 2017-08-10 11:44:24 +01:00
.travis.yml Also upgrade versions in .travis.yml 2017-11-08 21:36:11 +01:00
CONTRIBUTING.md Adds overrides for File-based caching 2017-04-17 10:24:54 -04:00
LICENSE Update CONTRIBUTING.md 2014-04-14 12:16:06 -04:00
NOTICE Update CONTRIBUTING.md 2014-04-14 12:16:06 -04:00
README.md Adds overrides for File-based caching 2017-04-17 10:24:54 -04:00
build.sbt 1.0.2-SNAPSHOT 2017-09-24 06:43:27 -04:00

README.md

utility modules for sbt