Alexandre Archambault
d25df01bf5
Updates for 1.0.0-RC6
2017-06-25 15:13:46 +02:00
Alexandre Archambault
be7dfe6e7f
Setting version to 1.0.0-RC6
2017-06-25 14:53:24 +02:00
Alexandre Archambault
4df11cfaa4
Merge pull request #592 from coursier/topic/fix
...
Small fixes
2017-06-24 17:24:38 +02:00
Alexandre Archambault
334f784895
Dummy fix
2017-06-24 16:07:58 +02:00
Alexandre Archambault
c059cb8d16
Make a few keys settings rather than tasks
2017-06-24 16:06:57 +02:00
Alexandre Archambault
e33787e916
Update sbt-launcher, add sbt-coursier by default
2017-06-24 15:57:04 +02:00
Alexandre Archambault
a91b955a9f
Give slow resolvers a lower priority
2017-06-24 15:43:37 +02:00
Alexandre Archambault
8d1ff10914
Dummy fix
2017-06-24 15:22:03 +02:00
Alexandre Archambault
3c1d99e64f
Some cleanup
2017-06-24 15:22:01 +02:00
Alexandre Archambault
245a8c9e9e
Tweak error message
2017-06-24 15:22:00 +02:00
Alexandre Archambault
d437cfb87d
Ensure a same artifact isn't downloaded twice in the same iteration
...
coursier.Cache.Logger doesn't handle this well
2017-06-24 15:21:59 +02:00
Guillaume Martres
f325d466de
Add tests for CrossVersion.constant
2017-06-23 16:50:29 +02:00
Guillaume Martres
aaf471dd36
Add constant CrossVersion
...
sbt 1 removes CrossVersion.binaryMapped which was used in the sbt-dotty
plugin to provide a way to depend on Scala 2.x artifacts in a project
that cross-compiles between Scala 2.x and Dotty (see `withDottyCompat()` in
https://github.com/lampepfl/dotty/blob/master/sbt-dotty/src/dotty/tools/sbtplugin/DottyPlugin.scala ).
Using `binaryWith` is not enough because it only allows the user to
specify a prefix and a suffix for the binary version which will always
be set to `scalaBinaryVersion`. This commit introduces a new `Constant`
kind of CrossVersion which allows the user to specify any string he
wants as a cross-version, thus making it possible to port
`withDottyCompat()` to sbt 1.
2017-06-23 16:24:48 +02:00
Dale Wijnand
1193a48542
Get rid of Eval
2017-06-21 13:16:36 +01:00
Dale Wijnand
03213f84c8
Get rid of Eval
2017-06-21 11:36:02 +01:00
Alexandre Archambault
5c6dae92c3
Add release notes for 1.0.0-RC5
2017-06-21 09:49:45 +02:00
Alexandre Archambault
65720fab35
Setting version to 1.0.0-SNAPSHOT
2017-06-21 09:38:35 +02:00
Alexandre Archambault
361e4167a4
Updates for 1.0.0-RC5
2017-06-21 09:38:28 +02:00
Alexandre Archambault
abdb2c191d
Setting version to 1.0.0-RC5
2017-06-21 09:20:30 +02:00
Alexandre Archambault
e8de75af78
Merge pull request #588 from coursier/topic/build-settings
...
Move non-project specific settings to buildSettings
2017-06-21 00:11:23 +02:00
Alexandre Archambault
bb4afb0de4
Move non-project specific settings to buildSettings
2017-06-20 20:50:43 +02:00
Alexandre Archambault
b31f8d3424
Merge pull request #587 from coursier/topic/fix-dep-mgmt-scope-overriding
...
Tweak dependency management scope overriding
2017-06-20 20:41:38 +02:00
Alexandre Archambault
45e4f6d7f7
Tweak dependency printing
2017-06-20 18:23:33 +02:00
Alexandre Archambault
a0e04a6c85
Tweak dependency management scope overriding
2017-06-20 18:23:31 +02:00
Dale Wijnand
68b47a9dd1
Finish getting rid of delegates
2017-06-20 16:27:15 +01:00
Dale Wijnand
1247431a71
Format Eval-related code
2017-06-20 16:22:32 +01:00
Alexandre Archambault
585dbf111f
Tweak appveyor config
2017-06-20 15:10:30 +02:00
Dale Wijnand
53f1e2a4da
Fixes due to universal equality and the introduction of the Exec wrapper
2017-06-20 14:03:56 +01:00
Dale Wijnand
73b45f6d30
Cleanup code paths related to "last"
2017-06-20 14:03:56 +01:00
Alexandre Archambault
4035e56eb6
Merge pull request #585 from coursier/topic/fix-update-sbt-classifiers
...
Fix updateSbtClassifier
2017-06-20 14:10:29 +02:00
Alexandre Archambault
635d94f74e
Fix updateSbtClassifier
...
Regression in 1.0.0-RC4
2017-06-20 13:26:25 +02:00
Dale Wijnand
c85fbbf215
Merge pull request #3279 from sbt/wip/testlogger
...
Fixes test content logger dropping out, or displaying twice
2017-06-20 10:53:23 +01:00
Eugene Yokota
f81598c6e9
Fixes test content logger dropping out, or displaying twice
...
Fixes #3117
2017-06-20 03:04:53 -04:00
Alexandre Archambault
4b222169b3
Update Contributors section
2017-06-18 20:45:43 +02:00
Alexandre Archambault
d585a35fac
Update homebrew instructions to use https://github.com/coursier/homebrew-formulas
2017-06-18 20:37:59 +02:00
Alexandre Archambault
d4d6f1b4e4
Add release notes for 1.0.0-RC4
2017-06-18 20:24:46 +02:00
Alexandre Archambault
c945827d95
Fix mimaReportBinaryIssues for scala-js modules
2017-06-18 20:02:05 +02:00
Alexandre Archambault
92728359f7
Set version to 1.0.0-SNAPSHOT
2017-06-18 19:54:58 +02:00
Alexandre Archambault
ac5d4cb9cc
Updates for 1.0.0-RC4
2017-06-18 19:53:58 +02:00
Alexandre Archambault
89794ac213
Setting version to 1.0.0-RC4
2017-06-18 19:28:22 +02:00
Alexandre Archambault
de7afdaa24
Merge pull request #584 from coursier/tweak-ci
...
Tweak CI
2017-06-17 19:09:18 +02:00
Alexandre Archambault
fd8272fdd4
Add stub to make proguard happy on 2.12 CI
2017-06-17 18:08:14 +02:00
Alexandre Archambault
4b42181dd8
Don't run the full scripted test suite for sbt 1.0.0-M6
...
Currently taking too long on both CIs...
2017-06-17 18:07:51 +02:00
eugene yokota
0bb1aa7120
Merge pull request #114 from eed3si9n/wip/sbt_bump
...
Bump to sbt 1.0.0-M6
2017-06-17 02:32:50 -04:00
Eugene Yokota
60e1eb6275
Bump to sbt 1.0.0-M6
2017-06-17 02:19:37 -04:00
eugene yokota
42dd5117e8
Merge pull request #3263 from eed3si9n/wip/bump_sbt
...
bump to using sbt 1.0.0-M6
2017-06-16 17:31:48 -04:00
Eugene Yokota
04f2a04fa4
sbt-scalafmt 1.3
2017-06-16 16:12:37 -04:00
eugene yokota
7909052513
Merge pull request #3262 from dwijnand/test-spam
...
Drop test spam.
2017-06-16 11:06:32 -04:00
Alexandre Archambault
3c30c9762c
Merge pull request #581 from coursier/develop
...
Latest developments
2017-06-16 16:33:51 +02:00
Alexandre Archambault
fb5dbdfbfb
Merge pull request #560 from coursier/topic/sbt-1.0.0-M6
...
Switch to sbt 1.0.0-M6 (WIP)
2017-06-16 16:08:44 +02:00