Eugene Yokota
c0a0b7db0c
Merge branch '1.1.x' into wip/merge-1.1.x
2018-06-14 01:42:01 -04:00
OlegYch
bbb2ef3977
fix retrieving deps via sftp resolver
2018-04-11 22:23:16 +03:00
OlegYch
13807179ae
windows compatibility (due to contraband)
2018-04-07 21:59:32 +03:00
Eugene Yokota
1073513b49
Merge branch '1.1.x' into wip/merge-1.1.x
2018-03-27 06:19:28 -04:00
Eugene Yokota
a14b53da5b
bump to 1.1.5-SNAPSHOT
2018-03-26 22:50:41 -04:00
Eugene Yokota
a29a12054a
bump contraband to 0.4.0
...
Ref https://github.com/sbt/contraband/issues/119
2018-03-23 22:21:05 +09:00
eugene yokota
c7911b9062
Merge branch '1.x' into 1.x-eviction-summary
2018-03-18 17:15:46 +09:00
Dale Wijnand
140eed1a18
Silence noisy compile warnings in all REPLs
2018-03-14 16:59:09 +00:00
Dale Wijnand
76d1f73333
Replace abstract protected[this] copy with abstract withX methods
2018-03-09 13:51:14 +00:00
Dale Wijnand
95544d5175
Make Configuration's copy private[this]
...
.. now that it doesn't need to share it with a parent type.
2018-03-09 13:51:14 +00:00
Dale Wijnand
b969f7362c
Make *Extra & *Functions classes private[librarymanagement]
...
They were never meant to be public types: they're implementation detail.
2018-03-09 12:54:11 +00:00
Dale Wijnand
16553efb8e
Move lm-ivy MiMa issues to lm-ivy
2018-03-09 10:13:47 +00:00
exoego
f8dbbd85b9
Add mima filter
2018-02-17 10:42:53 +09:00
Dale Wijnand
60b9c7dacb
Remove a bunch of compilation warnings
2018-02-15 09:26:13 +00:00
Dale Wijnand
06c3d22319
Define lmCommonTest as a test-only dependency
2018-02-15 08:03:41 +00:00
Dale Wijnand
fce6d46bf3
Merge branch '1.1.x' into merge-1.1.x-into-1.x
...
* 1.1.x:
Update version/mimaPreviousArtifacts/sbt.version
clarify intent
avoid deadlocks on spotty connections, fix https://github.com/sbt/sbt/issues/3738
Add version 1.1.2 to mimaPreviousArtifacts
2018-02-14 11:02:29 +00:00
Dale Wijnand
bfe347cd22
Update version/mimaPreviousArtifacts/sbt.version
2018-02-14 10:46:24 +00:00
Eugene Yokota
c0ac7061db
Reorganize existing tests
2018-01-12 23:10:15 -05:00
Dale Wijnand
039cb1591e
Add, configure & enforce sbt-whitesource
2018-01-11 14:02:45 +00:00
Dale Wijnand
aa26ae64b9
Add version 1.1.2 to mimaPreviousArtifacts
2018-01-10 15:42:42 +00:00
Dale Wijnand
abf370adc3
Upgrade to sbt-houserules 0.3.5
2017-12-19 13:23:44 +00:00
Dale Wijnand
8fb23b4fe5
Add 1.1.1 to mimaPreviousArtifacts, & backfill
2017-12-18 16:25:32 +00:00
Eugene Yokota
68356306ec
bump modules and plugins
2017-12-15 14:07:05 -05:00
David Pratt
204f0dcd6c
Filter spurious mima errors.
2017-09-04 16:48:56 -05:00
Eugene Yokota
03b531ca1e
Use sbt 1.0.0
2017-08-26 13:42:11 -04:00
Dale Wijnand
df108f7c78
Scalafmt 1.2.0
2017-08-14 15:29:06 +01:00
Dale Wijnand
63e63f05fa
Add back, re-configure & re-enable Scalafmt
2017-08-10 12:04:58 +01:00
Dale Wijnand
8e8f9a5380
Bump mimaPreviousArtifacts to 1.0.0-RC3
2017-07-31 11:39:05 +01:00
eugene yokota
a43947410e
Merge branch '1.0.0' into wip/api_mod
2017-07-28 02:27:29 -04:00
Dale Wijnand
749a1c9a9b
Fix MiMa failures
2017-07-28 07:18:27 +01:00
Eugene Yokota
f976c6824b
Name the reverse missing methods
2017-07-28 02:11:20 -04:00
Eugene Yokota
208b8e4279
Exclude ReversedMissingMethodProblem sbt.internal.librarymanagement.formats.*
2017-07-28 02:00:17 -04:00
Eugene Yokota
d6e2720201
Let `ModuleDescriptor` declare cache inputs
2017-07-28 01:37:01 -04:00
Dale Wijnand
1512d73a07
Upgrade to mima 0.1.15 & add exclusions
2017-07-26 11:40:54 +01:00
Dale Wijnand
66b8863d79
Add, configure & enable MiMa
2017-07-20 17:13:35 +01:00
Eugene Yokota
d004e9e31a
sbt 1.0.0-RC2
2017-07-20 10:37:17 +01:00
Eugene Yokota
7b22e78fd9
Library management API
...
This splits the core of LM and Ivy-based implementation.
- InlineConfiguration is renamed to ModuleConfiguration
- IvyScala is renamed to ScalaModuleInfo
- UpdateConfiguration, RetrieveConfiguration, PublishConfiguration are refactored to use builder pattern.
- Adds ConfigRef for referencing Configuration
- Moves syntax related things into `sbt.librarymagement.syntax`
2017-07-15 11:17:23 -04:00
Eugene Yokota
13e803d199
Use ConfigRef in reports
2017-07-08 16:10:09 +02:00
Eugene Yokota
bc0ed18308
define def config(...) as a macro to capture the Scala identifier
2017-07-08 11:14:37 +02:00
Dale Wijnand
178b079f40
No sbt-doge in sbt 1, switch back to +
2017-07-06 14:30:06 +01:00
Dale Wijnand
22df64365b
Replace util-collection dep with util-position
...
With Position being extracted to its own dependency we can drop this
dependency, allowing util-collection to move (back) to sbt/sbt!
2017-07-06 14:30:06 +01:00
Dale Wijnand
f255894413
Drop RepositoriesParser & therefore util-completion
...
This code originates from a PR against sbt 0.13:
https://github.com/sbt/sbt/pull/2576
The sbt/librarymanagement part was forward-ported to
sbt/librarymanagement and merged, while the sbt/sbt part wasn't.
So let's get rid of this so we can drop the dependency on
util-completion.
2017-07-06 14:30:05 +01:00
Dale Wijnand
85cfe4d78c
Drop util-testing
2017-07-06 14:30:05 +01:00
Dale Wijnand
f5d66db0a6
Format the build
2017-07-06 14:02:04 +01:00
Eugene Yokota
4ac724e529
bump to sbt-contraband 0.3.0-M7 and latest util
2017-07-01 19:44:49 -04:00
Eugene Yokota
e8d5bcc600
bump sjson-new to latest
2017-07-01 19:16:16 -04:00
Eugene Yokota
60e1eb6275
Bump to sbt 1.0.0-M6
2017-06-17 02:19:37 -04:00
Eugene Yokota
fd7cec0148
use okhttp to download the artifacts
...
This adds a custom URLHandler that internally uses Square OkHttp.
Fixes sbt/librarymanagement#95
2017-05-26 04:13:55 -04:00
Eugene Yokota
dd4b33105b
add Gigahorse
2017-05-15 16:34:38 -04:00
jvican
1a11fd86a3
Disable parallel execution
2017-05-09 11:02:34 +02:00