mirror of
https://github.com/sbt/sbt.git
synced 2026-09-07 19:05:53 +02:00
27bf1308532b03b44b3b13471b38eb9feb5b4d43
managedChecksums to InlineIvyConfiguration
`UpdateOptions` is only meant for user-provided options. Since this option should not be exposed to users, it's moved to inline ivy configuration, whose parameters require information about the build and is usually defined project-wide instead of `Global`-wide.
librarymanagement module for sbt
git clone --no-hardlinks --branch 0.13 sbt sbt-modules/librarymanagement
cd sbt-modules/librarymanagement
git filter-branch --index-filter 'git rm --cached -qr -- . && git reset -q $GIT_COMMIT -- ivy util/cross' --prune-empty
git reset --hard
git gc --aggressive
git prune
git cb 1.0
Languages
Scala
94.5%
Java
3.1%
Shell
1.1%
Batchfile
0.9%
Roff
0.2%
Other
0.1%