Commit Graph

1792 Commits

Author SHA1 Message Date
Alexandre Archambault 6a73bbe801 Report changes in README.md to doc/README.md
Changes from https://github.com/alexarchambault/coursier/pull/413
2017-02-01 23:27:56 +01:00
Alexandre Archambault ed03750c23 Switch to scalaz 7.2.8 2017-01-31 16:22:17 +01:00
Alexandre Archambault c61370ac4f Don't cache the whole ~/.ivy2 on Windows CI 2017-01-31 16:22:17 +01:00
Alexandre Archambault 9544b793da Clean-up stuff after scripted test 2017-01-31 16:22:16 +01:00
Alexandre Archambault b65a76136f Switch to sbt-mima 0.1.13, update mima settings
In particular, check compatibility only against current latest version

New issues unearthed after mima plugin version bump
2017-01-31 16:22:16 +01:00
Alexandre Archambault 704811efe9 Bump dependencies 2017-01-31 16:22:16 +01:00
Alexandre Archambault aae1f1e2a7 Clean-up things in build.sbt 2017-01-31 16:22:16 +01:00
Alexandre Archambault ff0e441f43 Set default scala version to 2.12.1
Rather than 2.11.8
2017-01-31 16:22:16 +01:00
Alexandre Archambault e94dbc7e68 Switch to scala 2.12.1 2017-01-31 16:22:16 +01:00
Alexandre Archambault 98a4e6e617 Bump plugin dependencies 2017-01-31 16:22:16 +01:00
Alexandre Archambault 51eb69db28 Add coursier.bat script 2017-01-31 16:14:36 +01:00
Alexandre Archambault 3b102da857 Run sbt-shading tests on CI 2017-01-31 16:14:22 +01:00
Alexandre Archambault 5583efffd0 Move ivy xml generation
In the hope that this might address issues with shading plugin on single core machines
2017-01-31 16:10:35 +01:00
Alexandre Archambault 4b3923d3e5 Add shading plugin 2017-01-31 15:46:49 +01:00
Alexandre Archambault ff0794a60d Merge pull request #413 from n4to4/patch-1
Minor doc fix
2016-12-18 19:14:54 +01:00
n4to4 eb253551d7 Minor doc fix 2016-12-16 20:45:06 +09:00
Alexandre Archambault e70c32f9ae Merge pull request #406 from alexarchambault/topic/sbt-boot-jar-fix
Tweak SBT boot jar handling
2016-12-03 13:09:18 +01:00
Alexandre Archambault b7ce6d042f
Tweak SBT boot jar handling
Fixes https://github.com/alexarchambault/coursier/issues/402
2016-12-03 02:45:57 +01:00
Alexandre Archambault ea5169cc0a
Updates for 1.0.0-M15 2016-11-27 18:59:36 +01:00
Alexandre Archambault 5b2237a194 Merge pull request #401 from alexarchambault/topic/java-6-master
Have master be Java 6-compatible
2016-11-27 18:16:37 +01:00
Alexandre Archambault 2be16f030b Don't cache sbt dir on Appveyor 2016-11-27 17:39:55 +01:00
Alexandre Archambault fe529fb9f4 Switch to Java 6 2016-11-27 17:37:39 +01:00
Alexandre Archambault d2c827a1a0 Remove deprecated stuff
Not to have to make it Java 6-compatible
2016-11-27 13:44:14 +01:00
Alexandre Archambault 8813a31cd9 Merge pull request #396 from alexarchambault/topic/submit-spark-2
Add support for Spark 2 in spark-submit command
2016-11-18 11:52:04 +01:00
Alexandre Archambault 5f8784b800
Add support for Spark 2 in spark-submit command 2016-11-18 11:23:02 +01:00
Alexandre Archambault 91ad7a8b56 Merge pull request #393 from alexarchambault/topic/fix-output-silencing
Fix output silencing
2016-11-18 10:12:10 +01:00
Alexandre Archambault 64c9778af0 Merge pull request #394 from alexarchambault/topic/default-args
Set default values for most command-line options
2016-11-18 10:11:03 +01:00
Alexandre Archambault 4b4796948b
Set default values for most command-line options
These make it easier to re-use the cli module as a library - although
this is in no way something I'd recommend to do
2016-11-16 21:59:50 +01:00
Alexandre Archambault 30a8f119bd
Fix output silencing
Plugin should now really not print anything if nothing is downloaded
2016-11-16 16:23:58 +01:00
Alexandre Archambault c35e0f851b Merge pull request #392 from alexarchambault/topic/typelevel-and-fixes
Typelevel option and fixes
2016-11-15 13:56:42 +01:00
Alexandre Archambault 71b3acead3
Fix attempt to download an artifact several times in parallel 2016-11-15 00:27:33 +01:00
Alexandre Archambault e2a8836d25
Update test 2016-11-15 00:27:28 +01:00
Alexandre Archambault d3656fa6ae
Fix regression in class loader isolation 2016-11-15 00:27:26 +01:00
Alexandre Archambault 5e0189fa7e
Allow to swap Scala mainline dependencies by Typelevel ones 2016-11-15 00:27:23 +01:00
Alexandre Archambault 0ae415c55e Merge pull request #384 from mxl/quill
Added Quill to the list of projects using coursier.
2016-11-10 11:48:15 -08:00
Alexandre Archambault 95867a4e1b
Add LICENSE file 2016-11-10 11:24:46 -08:00
Michael Ledin 4be2e3274e Added Quill to the list of projects using coursier. 2016-11-09 16:32:14 +03:00
Alexandre Archambault c16eb18cbf Merge pull request #381 from alexarchambault/topic/fixes
Fixes
2016-11-07 13:50:02 +01:00
Alexandre Archambault d5cc47ae5f
Add non regression test for org.nd4j:nd4j-native:0.5.0...
...and corresponding fixes / workarounds
2016-11-07 12:28:02 +01:00
Alexandre Archambault 73243f54e3
Fix minor TermDisplay glitch
Display cleaning possibly made too early
2016-11-07 12:27:58 +01:00
Alexandre Archambault f1e1b6aac9
Limit messages more in SBT plugin
Only print "Updating ...", "Fetching artifacts of ..." messages if something is actually downloaded
2016-11-07 12:27:56 +01:00
Alexandre Archambault bf097fa018
Rework profile activation
- don't activate profiles activated by default if some user activated profiles are provided, and
- accept OS / JDK conditions in activation
2016-11-07 12:27:53 +01:00
Alexandre Archambault 6dda7e1199 Merge pull request #376 from kzys/fix-stack-overflow
Fix #266 by stop recursively traversing a tree
2016-11-07 11:29:05 +01:00
Alexandre Archambault 7de95c927d Merge pull request #377 from alexarchambault/topic/spark-assembly-services
Fix in automatically generated spark assemblies (experimental spark-submit command)
2016-11-04 18:21:32 +01:00
Alexandre Archambault 9d0526d1bf
Concatenate services files in generated spark-assemblies 2016-11-04 18:00:48 +01:00
Kazuyoshi Kato ffa33961f0 Fix #266 by stop recursively traversing a tree 2016-11-02 19:51:05 -07:00
Alexandre Archambault 23bbfcc552 Merge pull request #374 from alexarchambault/topic/scala-2.12.0
Switch to scala 2.12.0 final
2016-11-02 22:36:33 +01:00
Alexandre Archambault 56cccd0cf6
Run tests in 2.12 on Appveyor too 2016-11-02 20:59:43 +01:00
Alexandre Archambault fc9f1e6816
Switch to 2.12.0 final 2016-11-02 20:47:31 +01:00
Alexandre Archambault 9bc85b86e7
Bump dependencies for 2.12.0 2016-11-02 20:47:27 +01:00