Commit Graph

1986 Commits

Author SHA1 Message Date
Alexandre Archambault 735e71518f
Update README.md 2020-09-15 17:34:46 +02:00
Alexandre Archambault f8c75d7033 Address deprecation warning 2020-09-15 11:36:11 +02:00
Alexandre Archambault 90f44bc5cc Deprecated temporary helper 2020-09-15 11:36:11 +02:00
Alexandre Archambault 29d957604e Make dependency-graph scripted test Windows-proof 2020-09-15 11:36:11 +02:00
Alexandre Archambault a7acf35d0c Use latest coursier and sbt-coursier on CI
Seems older coursier versions frequently run into errors like

    C:\Users\...\AppData\Local\Coursier\cache\v1\.structure.lock (Access is denied)
2020-09-15 11:33:20 +02:00
Alexandre Archambault a945f5b9fa Bump metadata submodule
The latest one has a more recent default coursier launcher
2020-09-15 11:33:20 +02:00
Alexandre Archambault 4ca3b89bc1 Remove now unused sbt-shading stuff in script 2020-09-15 11:33:20 +02:00
Alexandre Archambault 2c0c9153f5 Switch CI over to GitHub Actions 2020-09-15 11:33:20 +02:00
Alexandre Archambault bbaf162e39 Rename script 2020-09-14 16:00:29 +02:00
Alexandre Archambault 81e4d67fa9 Remove unnecessary variable 2020-09-14 16:00:29 +02:00
Scala Steward 42ac1e48ab
Update coursier to 2.0.0-RC6-26 (#268) 2020-09-14 15:58:19 +02:00
Alexandre Archambault cc0643e71b
Remove sbt-pgp-coursier (#269) 2020-09-14 14:13:11 +02:00
Scala Steward fdfb676a2e
Update scalatest to 3.2.2 (#266) 2020-09-04 14:20:58 +02:00
Scala Steward 43fc1ca3d4
Update utest to 0.7.5 (#267) 2020-09-04 14:20:39 +02:00
Scala Steward 1960f8288b
Update scalatest to 3.2.1 (#264) 2020-08-21 17:11:02 +02:00
Scala Steward e6770b5630
Update coursier to 2.0.0-RC6-25 (#265) 2020-08-21 17:10:24 +02:00
eugene yokota 02016e9f21
Fix Provided configuration handling (#262)
* Reproduce Provided issue

Ref https://github.com/coursier/coursier/issues/1813

* Revert "Fix provided scope handling"

Ref https://github.com/coursier/sbt-coursier/pull/239

This reverts commit c5ab3a8047ab587ac741b3fedcd217624756d619 except for the scripted test.

* Restore CoursierConfiguration#provdedInCompile for bincompat
2020-07-31 16:26:05 +02:00
Scala Steward bbbcad02c5
Update coursier to 2.0.0-RC6-24 (#263) 2020-07-31 15:44:34 +02:00
Scala Steward 9cf77f8f2e
Update coursier to 2.0.0-RC6-23 (#261) 2020-07-09 15:02:36 +02:00
Scala Steward ce5556f648
Update scalatest to 3.2.0 (#254) 2020-07-08 20:49:58 +02:00
Scala Steward bc9114b86b
Update librarymanagement-ivy to 1.3.4 (#258) 2020-07-08 17:09:10 +02:00
Scala Steward fb4b6c0727
Update sbt, scripted-plugin to 1.3.13 (#259) 2020-07-08 17:09:00 +02:00
Scala Steward 051195858e
Update coursier to 2.0.0-RC6-22 (#260) 2020-07-08 17:08:44 +02:00
Alexandre Archambault cb7e97d4bc
Merge pull request #257 from alexarchambault/tweaking
Take into account UpdateConfiguration passed to DependencyResolution
2020-06-26 16:07:32 +02:00
Alexandre Archambault 66f98e89ea Enable test 2020-06-26 14:15:30 +02:00
Alexandre Archambault e248a43f32 Take into account UpdateConfiguration passed to DependencyResolution 2020-06-26 14:15:30 +02:00
Alexandre Archambault edb1cfa20c
Merge pull request #256 from alexarchambault/tweaking
Tweaking
2020-06-26 14:14:54 +02:00
Alexandre Archambault 315a4bb4c0 Fix
Trapped errors?
2020-06-26 13:25:36 +02:00
Alexandre Archambault f5f3fd12f8 Refacto 2020-06-26 13:25:05 +02:00
Alexandre Archambault e601f843e5 Allow several resolutions to run at a time with fallback logger 2020-06-26 13:25:05 +02:00
Øyvind Raddum Berg 5f595b23a4 Reuse thread pool from `FileCache` 2020-06-26 13:25:05 +02:00
Alexandre Archambault 78e61fec0f
Update sbt-compatibility to 0.0.8 (#252) 2020-06-16 14:16:10 +02:00
Scala Steward 41e561f9ab
Update sbt-compatibility to 0.0.8 (#253) 2020-06-12 22:07:10 +02:00
Scala Steward e5ab2f0019
Update coursier to 2.0.0-RC6-21 (#250) 2020-06-09 17:53:52 +02:00
Alexandre Archambault 0efad71b5b
Merge pull request #251 from alexarchambault/sbt-compatibility
Add sbt-compatibility / sbt-eviction-rules
2020-06-09 17:47:35 +02:00
Alexandre Archambault 3d9462a6e2 Check for evictions on CI 2020-06-09 16:21:27 +02:00
Alexandre Archambault e6be0cb7fb Add sbt-compatibility 2020-06-09 16:21:27 +02:00
Alexandre Archambault f29a170b9c
Merge pull request #249 from alexarchambault/evicted
Don't report evictions about modules in dependencyOverrides
2020-06-02 19:40:15 +02:00
Alexandre Archambault 24f1baaf97 Temporarily use custom sbt-mima
That fetches previous artifacts with coursier rather than ivy.
2020-06-02 16:17:48 +02:00
Alexandre Archambault 84a14e7855 Don't report evictions about modules in dependencyOverrides 2020-06-02 16:15:22 +02:00
Alexandre Archambault bc059d1bc6 Remove unused parameter and default values 2020-06-02 15:59:17 +02:00
Alexandre Archambault 158ede9ab1 nit 2020-06-02 15:59:15 +02:00
Alexandre Archambault bfa847de28 Uncomment evicted test 2020-06-02 15:59:15 +02:00
Scala Steward 2f0b664bb9
Update coursier to 2.0.0-RC6-20 (#248) 2020-06-02 15:12:58 +02:00
Alexandre Archambault 5e519e22e0
Add override element in ivy.xml (#247)
Note that it's not read by coursier later on though…
2020-06-02 13:30:02 +02:00
Scala Steward 154fad5a5e
Update sbt, scripted-plugin to 1.3.12 (#246) 2020-06-02 10:52:44 +02:00
Scala Steward 6cfc9d6267
Update sbt, scripted-plugin to 1.3.11 (#245) 2020-05-30 03:17:44 +02:00
Alexandre Archambault 677725dc3f
Merge pull request #243 from alexarchambault/develop
Minor tweaking
2020-05-29 19:44:42 +02:00
Alexandre Archambault cc9d567917
Pass some missing strict parameters to coursier (#244) 2020-05-29 18:49:12 +02:00
Alexandre Archambault caa1123c1f Set csrConfiguration too, in sbt-lm-coursier
sbt-lm-coursier uses its own coursierConfiguration, rather than
csrConfiguration from sbt. Setting the latter just-in-case some other
plugin, or users, rely on csrConfiguration.
2020-05-29 15:55:21 +02:00