Alexandre Archambault
af041251c1
Refactor sbt-coursier, move bits of it to new lm-coursier module ( #6 )
2018-11-20 10:16:08 +01:00
Alexandre Archambault
348a9f00c7
Make sbt-shared a simple library
...
Rather than a kind of sbt plugin
2018-11-14 14:52:36 +01:00
Alexandre Archambault
e5b2e2ee13
Remove now unused sbt-compat
...
Unnecessary since sbt 0.13 support was dropped
2018-11-14 14:49:01 +01:00
Alexandre Archambault
49236d2e8f
Remove unused stuff in build
2018-11-14 14:47:52 +01:00
Alexandre Archambault
6c8f06bd88
Tweak build.sbt
2018-11-05 10:35:18 +01:00
Alexandre Archambault
0906201eb1
Switch to latest coursier
2018-11-05 10:35:10 +01:00
Alexandre Archambault
a3abe32525
Clean-up build
2018-10-17 14:18:03 +02:00
Alexandre Archambault
3b81a4ad5e
Setup sbt-ci-release (WIP)
2018-10-17 14:18:03 +02:00
Alexandre Archambault
4855caa0f5
Move modules under modules/
2018-09-28 18:36:32 +02:00
Alexandre Archambault
3e05d920a4
Keep only sbt plugins
2018-09-28 18:23:43 +02:00
Alexandre Archambault
49f7654b59
Use scalajs-bundler ( #907 )
2018-09-26 17:10:22 +02:00
Alexandre Archambault
528c2adc2f
Switch to latest scalajs-react, split web module sources ( #906 )
2018-09-26 12:09:29 +02:00
Alexandre Archambault
dd7c8c19d4
Switch to sbt 1.2.3 ( #887 )
2018-09-25 12:30:30 +02:00
Alexandre Archambault
db1884a84e
Remove 2.10 stuff
2018-09-24 15:03:50 +02:00
Alexandre Archambault
fd6e56f2f8
Silence slf4j in proxy tests
2018-09-19 17:55:20 +02:00
Alexandre Archambault
8a02ee8f15
Update things ( #866 )
2018-06-20 16:30:25 +02:00
Alexandre Archambault
ec15269192
Update proguard settings, test proguarded JAR on CI ( #811 )
2018-04-23 11:38:16 +02:00
Alexandre Archambault
f8884d4170
Re-enable Nexus proxy tests, launch the mirrors from the tests
2018-03-16 13:44:43 +01:00
Alexandre Archambault
dbf3763037
Don't require publishing stuff locally prior to running scripted tests
2018-03-12 21:50:36 +01:00
Alexandre Archambault
b1fde7291d
Don't require manually running npm install before the JS tests
2018-03-12 21:50:35 +01:00
Alexandre Archambault
29f8d7b680
Remove scalaz dependency from core and cache, add scalaz-interop module
2018-03-12 21:50:35 +01:00
Alexandre Archambault
fb5a2fde12
Merge cache and fetch-js projects
2018-03-12 20:50:22 +01:00
Dorothy Ordogh
3e4a65d5ee
Add ability to fetch artifact with a given url ( #774 )
...
* changes
* changes to Attributes
* make changes
* add test and fix bug
* add more tests
* fix failing tests
* fix parentheses
* remove comments I added and add test that's guarenteed not to exist in a repo
* remove Attributes third parameter and refactor Parse's moduleVersionConfig to return a tuple of Dependency and a Map of String to String representing extra parameters for the dependency
* update some return types and methods in the Helper class
* return FallbackDependenciesRepository back to original state
* refactor helper
* remove url from attributes
* fix tests and add cache to extra in build.sbt
* remove FallbackDepsRepo from sbt-coursier
* add variable for url and call encode in tests
* update tests and helper to have proper behavior
* remove setting deps to intransitive when url is present and add two tests
* add more tests, implement @wisechengyi's comments
* fix nits
* update ParseTests because some failed
* fix tests
* incorporate feedback from @alexarchambault and @wisechengyi
* update ParseTests to check for returned error vs thrown error
* remove one test that is covered in ParseTests
* fix nits
* add back deleted brackets
* return errors in Left without using return statement
* revert change because it's broken
* fix some positional things
* add return statement or else error won't be processed
* fix nits. thanks @wisechengyi
* Remove return statements
2018-02-22 18:06:06 +01:00
Alexandre Archambault
4adf65f7e9
Automatically initialize git submodules if necessary ( #785 )
2018-02-21 11:26:16 +01:00
Leonard Ehrenfried
df58a68a39
Remove more sbt._ types from sbt-shared ( #775 )
...
* Remove more sbt._ types from sbt-shared
* Replace sbt.url
* Upgrade to sbt-compat 1.2.6
2018-02-12 13:46:44 +01:00
Leonard Ehrenfried
4519faaf10
Remove sbt._ types from FromSbt.scala ( #771 )
...
* Remove more types from sbt._ namespace
* Use newest version of sbt-compat
2018-02-09 00:57:08 +01:00
Alexandre Archambault
335873a292
Merge pull request #748 from coursier/topic/update-cli
...
Switch the cli module to scala 2.12 and case-app 2.0.x
2018-02-07 22:29:48 +01:00
Alexandre Archambault
506e14a90b
Switch cli to scala 2.12 and latest case-app
2018-02-07 10:23:07 +01:00
Leonard Ehrenfried
8d41447528
Remove more imports from sbt._ namespace ( #766 )
...
* Remove more imports from sbt._ namespace
* Bump sbt-compat to 1.2.4
2018-02-05 18:36:36 +01:00
Alexandre Archambault
bd726d9e26
Remove unnecessary setting
...
It was added mostly to make the coursier-based sbt launcher
(https://github.com/coursier/sbt-launcher ) work a bit better
2018-02-04 23:41:59 +01:00
Leonard Ehrenfried
e18c4fa76c
[sbt-shared] Use sbt.util.Logger instead of sbt.Logger ( #764 )
...
* Use sbt.util.Logger instead of sbt.Logger
* Bump sbt-compat, adds backport for sbt.util.Logger
2018-02-02 18:52:54 +01:00
Leonard Ehrenfried
a8bdff26c5
Use released version of sbt-compat ( #763 )
2018-02-02 13:46:57 +01:00
Alexandre Archambault
8c72303ae9
Ensure POM files aren't added to classpath by bootstraps
...
They were when using the "isolated" classloader thing (that
https://github.com/jupyter-scala/ammonium and
https://github.com/jupyter-scala/jupyter-scala should probably be the only user of…)
2018-02-01 16:18:47 +01:00
Leonard Ehrenfried
387078aa87
Import correct resolver from librarymanagement #746
2018-01-31 15:26:21 +01:00
Alexandre Archambault
5a82ba903e
Move tut-processed README.md under doc/readme
2018-01-29 20:45:28 +01:00
Dale Wijnand
70fa5f13cb
Update, extract & override scala versions for plugins ( #730 )
...
* Update, extract & override scala versions for plugins
* Only override crossScalaVersions in sbt-plugins
That way (hopefully) the current CI setup using ++ doesn't break. See #730
2018-01-10 17:24:16 +01:00
Dale Wijnand
1bb7742d71
Replace most of SbtCompatibility with sbt-compat ( #731 )
2018-01-10 15:38:48 +01:00
Alexandre Archambault
0002798221
Remove sbt-launcher project
...
Now lives in its own repo at https://github.com/coursier/sbt-launcher
2017-12-28 10:19:05 +01:00
Alexandre Archambault
948361e429
More refined, and manual, activation of scripted
...
Allows to do a `sbt ++2.11.11 test:compile`, without the sbt plugin
modules or scripted being an issue.
2017-12-27 16:38:21 +01:00
Alexandre Archambault
6f37e95be6
Switch to sbt 1.0.4
2017-12-27 16:38:21 +01:00
Alexandre Archambault
e97eaa18b5
Remove http-server module
...
Now has its own repo at https://github.com/coursier/http-server
Same Maven coordinates as before, `io.get-coursier:http-server_2.12`
2017-12-27 02:18:35 +01:00
Alexandre Archambault
3199d3ad54
Remove echo project
...
It now lives in its own repository at https://github.com/coursier/echo
Same Maven coordinates as before, io.get-coursier:echo
2017-12-26 23:56:02 +01:00
Yi Cheng
a4258f48ce
Add json report to fetch and local exclusion option ( #692 )
...
This patch introduces changes for cli with json output #659 . Format as follows:
```
{
"conflict_resolution": {
"org:name:version" (requested): "org:name:version" (reconciled)
},
"dependencies": [
{
"coord": "orgA:nameA:versionA",
"files": [
[
<classifier>,
<path>
]
],
"dependencies": [ // coodinates for its transitive dependencies
<orgX:nameX:versionX>,
<orgY:nameY:versionY>,
]
},
{
"coord": "orgB:nameB:versionB",
"files": [
[
<classifier>,
<path>
]
],
"dependencies": [ // coodinates for its transitive dependencies
<orgX:nameX:versionX>,
<orgZ:nameZ:versionZ>,
]
},
]
}
```
For example:
```
fetch -t org.apache.avro:trevni-avro:1.8.2 org.slf4j:slf4j-api:1.7.6 --json-output-file x.out
Result:
├─ org.apache.avro:trevni-avro:1.8.2
│ ├─ org.apache.avro:trevni-core:1.8.2
│ │ ├─ org.apache.commons:commons-compress:1.8.1
│ │ ├─ org.slf4j:slf4j-api:1.7.7
│ │ └─ org.xerial.snappy:snappy-java:1.1.1.3
│ └─ org.slf4j:slf4j-api:1.7.7
└─ org.slf4j:slf4j-api:1.7.6 -> 1.7.7
```
would produce the following json file:
```
$ jq < x.out
{
"conflict_resolution": {
"org.slf4j:slf4j-api:1.7.6": "org.slf4j:slf4j-api:1.7.7"
},
"dependencies": [
{
"coord": "org.apache.avro:trevni-core:1.8.2",
"files": [
[
"",
"/Users/yic/Library/Caches/Coursier/v1/https/repo1.maven.org/maven2/org/apache/avro/trevni-core/1.8.2/trevni-core-1.8.2.jar"
]
],
"dependencies": [
"org.slf4j:slf4j-api:1.7.7",
"org.xerial.snappy:snappy-java:1.1.1.3",
"org.apache.commons:commons-compress:1.8.1"
]
},
{
"coord": "org.apache.avro:trevni-avro:1.8.2",
"files": [
[
"",
"/Users/yic/Library/Caches/Coursier/v1/https/repo1.maven.org/maven2/org/apache/avro/trevni-avro/1.8.2/trevni-avro-1.8.2.jar"
]
],
"dependencies": [
"org.apache.avro:trevni-core:1.8.2",
"org.slf4j:slf4j-api:1.7.7",
"org.xerial.snappy:snappy-java:1.1.1.3",
"org.apache.commons:commons-compress:1.8.1"
]
},
{
"coord": "org.slf4j:slf4j-api:1.7.7",
"files": [
[
"",
"/Users/yic/Library/Caches/Coursier/v1/https/repo1.maven.org/maven2/org/slf4j/slf4j-api/1.7.7/slf4j-api-1.7.7.jar"
]
],
"dependencies": []
},
{
"coord": "org.apache.commons:commons-compress:1.8.1",
"files": [
[
"",
"/Users/yic/Library/Caches/Coursier/v1/https/repo1.maven.org/maven2/org/apache/commons/commons-compress/1.8.1/commons-compress-1.8.1.jar"
]
],
"dependencies": []
},
{
"coord": "org.xerial.snappy:snappy-java:1.1.1.3",
"files": [
[
"",
"/Users/yic/Library/Caches/Coursier/v1/https/repo1.maven.org/maven2/org/xerial/snappy/snappy-java/1.1.1.3/snappy-java-1.1.1.3.jar"
]
],
"dependencies": []
}
]
}
```
2017-12-26 10:46:35 -08:00
Alexandre Archambault
ee9c61393c
Move FromSbt / ToSbt helpers to separate module
2017-12-11 10:07:04 +01:00
soc
1871610751
Introduce support for OS-specific standard cache directories ( #676 )
...
This cleans up the home directories of users and helps making sure that
Coursier's cache is not accidentically backed up by applications or OS
functionality.
The precedence is as follows:
- existing $COURSIER_CACHE environment variable
- existing coursier.cache Java property
- existing operating system specific standards:
- Linux: $XDG_CACHE_HOME/coursier, with fallback to ~/.cache/coursier
- Windows: {SpecialFolder.LocalApplicationData}/cache/Coursier
- macOS: $HOME/Library/Caches/Coursier
- existing ~/.coursier/
- fallback to operating system specific standard directory else.
See discussion in https://github.com/coursier/coursier/pull/676#issuecomment-338974822
2017-10-27 14:35:01 +02:00
Alexandre Archambault
34cce59b65
Minor tweaks
2017-10-26 01:36:55 +02:00
Alexandre Archambault
ce2a01af40
Bump plugins
2017-10-21 01:53:25 +02:00
Alexandre Archambault
8f988d4d08
Prevent tags to be split in generated Ivy XML
2017-08-30 01:26:46 +02:00
Alexandre Archambault
b91031034c
Use custom published scala-native stuff
2017-07-11 20:36:00 +02:00
Alexandre Archambault
3271d90b26
Use custom published version of jarjar
2017-07-11 19:11:18 +02:00
Alexandre Archambault
7d69815f64
Allow to generate native bootstraps
2017-07-08 14:32:16 +02:00
Alexandre Archambault
e33787e916
Update sbt-launcher, add sbt-coursier by default
2017-06-24 15:57:04 +02:00
Alexandre Archambault
208f18f518
More careful handling of the bootstrap.jar resource
...
It seems that blindly putting it in resourceGenerators makes proguard...
proguard it.
2017-06-12 01:55:28 +02:00
Alexandre Archambault
9e7cc6dec4
Have boostraps use the main coursier cache
2017-06-09 18:13:13 +02:00
Alexandre Archambault
995e8c70fd
Add sbt-pgp-coursier plugin
2017-06-07 14:24:21 +02:00
Alexandre Archambault
510646d596
Clean-up
2017-06-06 18:01:29 +02:00
Alexandre Archambault
fa8d952e81
Make the proguarded JAR directly runnable
2017-06-01 13:08:20 +02:00
Alexandre Archambault
f5ef7d8179
Add non-reg tests for Nexus proxies
...
Ensure everything work fine again with those (things went bad at
1.0.0-RC1, because of the use of directory listings, that may not be
exhaustive in proxies - or may be just empty, e.g. currently with nexus 3)
2017-05-31 21:19:27 +02:00
Alexandre Archambault
f609e65f8b
Add helper aggregate project
2017-05-31 15:24:53 +02:00
Alexandre Archambault
12e9ca3e08
Java-ize echo module
2017-05-16 17:05:32 +02:00
Alexandre Archambault
203e3fd477
Only compile http-server module in 2.12
...
So that we don't have to wait on its dependencies to add preliminary
support for scala 2.13
2017-05-15 18:54:29 +02:00
Alexandre Archambault
3656389fff
Only compile sbt-launcher module in 2.11
...
So that we don't have to wait on its dependencies to add preliminary
support for scala 2.13
2017-05-15 18:54:29 +02:00
Alexandre Archambault
763106bf96
Switch to tut 0.5.1
2017-05-15 18:54:29 +02:00
Alexandre Archambault
f62a110cfa
Bump dependencies
2017-05-15 18:54:29 +02:00
Alexandre Archambault
9c7168fbc7
Add alias
2017-05-15 15:32:48 +02:00
Alexandre Archambault
89c3b3544d
Don't create too visible empty directories during build
2017-05-15 15:32:48 +02:00
Alexandre Archambault
f8c05d570b
Dummy renaming in build
2017-05-15 15:32:47 +02:00
Alexandre Archambault
e76f6170f1
Move typelevel-related things to new extra module
2017-05-12 00:00:14 +02:00
Alexandre Archambault
3a2b253643
Shade jsoup too
2017-05-10 02:52:05 +02:00
Alexandre Archambault
1113555ed7
Test bootstrap generation
2017-05-05 18:04:20 +02:00
Alexandre Archambault
4679d5fadf
Switch to latest http4s
...
Travis Mac CI now seems to be on Java 8, no need to compile the http-server module against the latest Java 7 compatible http4s
2017-04-29 17:35:26 +02:00
Alexandre Archambault
1380d7a741
Quick & dirty scaladex lookup
2017-04-03 10:09:33 +02:00
Alexandre Archambault
13262a3831
Rework build.sbt
2017-04-02 21:51:11 +02:00
Jentsch
711e744d75
Let compiler explain warnings
2017-03-23 21:07:50 +01:00
Alexandre Archambault
c25b5517ed
Update organization here or there
2017-03-20 00:41:04 +01:00
Alexandre Archambault
11a1e509b5
Allow proguarded jar to be launched straightaway
...
With the right bash header
2017-03-14 15:39:01 +01:00
Alexandre Archambault
23ea3ff6fa
Add echo application
...
Simply echoes its arguments - for testing purposes
2017-03-14 15:39:00 +01:00
Alexandre Archambault
41c0cea23b
Use https repo
2017-03-10 10:41:05 +01:00
Alexandre Archambault
2c18c9472c
Don't shade too many things
2017-03-10 00:45:38 +01:00
Alexandre Archambault
9eff5f3402
Have publishSigned publish artifacts with shading
...
1.0.0-M15-3 -> 🗑️
2017-03-05 15:47:41 +01:00
Alexandre Archambault
112638582f
Shade fastparse
2017-02-28 15:09:18 +01:00
Alexandre Archambault
ab319b164f
Shade jarjar into sbt-shading
2017-02-28 14:46:58 +01:00
Alexandre Archambault
67f048878c
Keep properties files when proguarding
...
Makes jsoup happier from the proguarded launcher
2017-02-28 13:29:10 +01:00
Alexandre Archambault
c59c7d45ca
Refactor travis.sh
2017-02-27 16:18:41 +01:00
Alexandre Archambault
17faeb7686
Hitting sbt issue 1673?
2017-02-27 16:01:02 +01:00
Alexandre Archambault
88f54cc356
Add sbt-launcher
2017-02-27 16:01:02 +01:00
Alexandre Archambault
e5a6a609e3
Exclude pom from pack distributions
...
Upcoming sbt-coursier includes this in the update report, and these
aren't ignored by sbt-pack by default (yet?)
2017-02-27 15:54:57 +01:00
Alexandre Archambault
a84057f792
Ensure no progress stuff if printed...
...
after progress report is stopped
just in case
2017-02-27 15:54:56 +01:00
Alexandre Archambault
cce332eb55
Refactor web page link listing logic, implement it on the scalajs side
2017-02-13 19:19:39 +01:00
Alexandre Archambault
6b89af3924
Better handling of artifacts from Maven repos
...
Doesn't seem to break things
2017-02-13 19:19:29 +01:00
Alexandre Archambault
a6b9c845c2
Rename plugin module to sbt-coursier
2017-02-05 15:36:34 +01:00
Alexandre Archambault
d277153777
Annotate all case classes with final
2017-02-04 16:36:52 +01:00
Alexandre Archambault
ed03750c23
Switch to scalaz 7.2.8
2017-01-31 16:22:17 +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
4b3923d3e5
Add shading plugin
2017-01-31 15:46:49 +01:00
Alexandre Archambault
fe529fb9f4
Switch to Java 6
2016-11-27 17:37:39 +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
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
Alexandre Archambault
e858287f19
Really don't publish what shouldn't in 2.12
...
Trap: scalaBinaryVersion.value is "2.12.0-RC2" in 2.12.0-RC2, rather
than just "2.12"
2016-10-23 00:29:32 +02:00
Alexandre Archambault
ed1f10bd99
Bump proguard version
...
Allows publish to work fine in 2.12.0-RC2
2016-10-23 00:20:59 +02:00
Alexandre Archambault
7e836b51be
Disable mima checks for 2.12.0-RC2 for now
...
No previous version published
2016-10-22 22:47:07 +02:00
Alexandre Archambault
5f2daac118
Remove now unnecessary scala-js related settings
2016-10-22 22:43:24 +02:00
Alexandre Archambault
88dd5d7574
Explicitly add 2.12.0-RC2 in crossScalaVersions
...
Although crossScalaVersions is not really actually used here
2016-10-22 22:27:56 +02:00
Alexandre Archambault
ac4ce5f4f5
Keep targetting Java 7 with scala 2.10 and 2.11
2016-10-22 22:25:12 +02:00
Alexandre Archambault
fb9be8430d
Don't generate property file in Scala JS
...
It is actually only used from the JVM, as a resource
2016-10-22 22:25:10 +02:00
Alexandre Archambault
d66f21636f
Should now be fine with 2.12.0-RC2
2016-10-22 22:25:06 +02:00
Alexandre Archambault
4b14215c33
Prepare build.sbt for 2.12, keep updating dependencies
2016-10-22 22:25:01 +02:00
Lars Hupel
f59a6c44c3
dependency updates in preparation for Scala 2.12.x
2016-10-21 21:50:49 +02:00
Alexandre Archambault
28b6e45ec6
Switch to case-app 1.1.2
2016-10-20 10:58:12 +02:00
Alexandre Archambault
030d8f4fac
Switch to case-app 1.1.1
2016-10-19 18:47:05 +02:00
Alexandre Archambault
ece1b35c5f
Cleaning
2016-09-01 13:50:49 +02:00
Alexandre Archambault
29469ffc7a
Add okhttp plugin
2016-08-22 00:40:01 +02:00
Alexandre Archambault
6f93f85c5d
Switch to scalaz 7.2
2016-08-17 23:09:30 +02:00
Alexandre Archambault
72d0ac9728
Move tests with external requirements to it tests
2016-08-15 18:59:27 +02:00
Alexandre Archambault
619b9dd0c0
Publish http-server module as http-server-java7
2016-08-05 14:37:25 -04:00
Alexandre Archambault
b0a20eff81
Rename simple-web-server module to http-server
2016-08-05 14:32:57 -04:00
Alexandre Archambault
eb4e73fa54
Better handling of version intervals / hints reconciliation
...
Fixes https://github.com/alexarchambault/coursier/issues/303
2016-07-23 18:36:36 +02:00
Alexandre Archambault
1c34362b6f
Better handling of Ivy patterns
2016-07-23 13:56:28 +02:00
Alexandre Archambault
ea59ff6974
Update dependencies
2016-06-19 18:11:20 +02:00
Alexandre Archambault
b76fbf363a
Add support for TTL
2016-05-31 15:18:29 +02:00
Alexandre Archambault
1553d0b9d9
Add support for Ivy version ranges
2016-05-30 00:40:41 +02:00
Alexandre Archambault
24235c12cc
Change module name of root project not to confuse sbt-coursier
2016-05-29 23:45:55 +02:00
Alexandre Archambault
2ddfe5f3b2
Keep version actually used to fetch metadata, to get artifacts
...
In case the one given by the metadata is wrong
2016-05-28 17:15:05 +02:00
Alexandre Archambault
774a599bdd
Switch back to the last Java 7 compatible http4s version
2016-05-09 19:25:43 +02:00
Alexandre Archambault
6f404764f7
Add mima filters
2016-05-09 19:25:40 +02:00
Alexandre Archambault
641af2af91
Add simple-http-server project
2016-04-27 00:40:54 +02:00
Alexandre Archambault
241cf866a0
Switch to case-app 1.0.0-RC2, remove the need for two -- ...
...
...to specify user arguments with the launch command
2016-04-17 22:24:39 +02:00
Alexandre Archambault
bbe9ec5a21
Minor adjustment of build config
2016-04-17 22:24:31 +02:00
Alexandre Archambault
6ac53946ab
Put back bootstrap.jar in proguarded launcher
2016-04-13 00:34:26 +02:00
Alexandre Archambault
96ba7c72d6
Switch to case-app 1.0.0-RC1
2016-04-11 01:53:00 +02:00
Alexandre Archambault
f73dac68fd
Try not flooding the terminal with ignored errors...
...
...in updateClassifiers.
Also fail if an artifact cannot be fetched in update. A bit risky - might unveil locked errors, that ought to be circumvented.
2016-04-05 17:03:03 +02:00
Alexandre Archambault
105236393d
Add benchmark option
2016-04-05 16:58:18 +02:00
Alexandre Archambault
055ff77e5b
Cleaning
2016-04-05 16:53:19 +02:00
Alexandre Archambault
3367f49058
Add support for fallback artifact in SBT plugin
2016-04-01 01:11:48 +02:00
Alexandre Archambault
e634e108cf
Add basic scripted test
2016-04-01 01:11:48 +02:00
Alexandre Archambault
fd4d1bd1dc
Merge pull request #202 from soc/topic/sbt-coursier
...
Rename coursier-sbt-plugin to sbt-coursier
2016-03-20 15:40:09 +01:00
Alexandre Archambault
b36de08ccb
Fix IvyLocalTests and MiMa checks after organization change
2016-03-20 14:25:28 +01:00
Simon Ochsenreither
3c427aec43
Rename coursier-sbt-plugin to sbt-coursier
2016-03-19 15:17:45 +01:00
Alexandre Archambault
74af8296d5
Change organization to io.get-coursier
2016-03-17 17:28:18 +01:00
Alexandre Archambault
645100ae3c
Try not to use rhino during scala JS tests
...
Why is rhino back? Should be node...
2016-03-14 16:20:48 +01:00
Alexandre Archambault
3ff533a02b
Move things around in TermDisplay
2016-03-14 16:20:21 +01:00
Alexandre Archambault
29f8d49c83
Switch to scala 2.11.8, SBT scala-js 0.6.7
2016-03-14 16:20:20 +01:00
Alexandre Archambault
aa836864a3
Don't wrongly take into account previously downloaded chunks in bitrate calculations
2016-03-07 01:48:23 +01:00
Alexandre Archambault
90ccdb46fc
Fix update-changing mode, report update checks
2016-03-06 19:27:06 +01:00
Alexandre Archambault
a7a34320df
Cache now only designated by a simple directory
2016-03-06 14:45:57 +01:00