Eugene Yokota
98f15d8c8a
1.2.1-SNAPSHOT
2018-08-01 00:13:09 -04:00
Eugene Yokota
5dd1e6adc3
Util 1.2.0
2018-07-29 20:34:40 -04:00
Sean Sullivan
127241f2c6
cleanup plugins.sbt
2018-06-28 05:59:58 -07:00
Eugene Yokota
e97c79a243
IO 1.2.0-M2
2018-06-26 19:24:25 -04:00
Eugene Yokota
8e1e1e8121
IO, Util 1.2.0-M1
2018-06-18 04:46:51 -04:00
Eugene Yokota
6b86d05ce6
sbt-houserules 0.3.7
2018-06-14 02:22:38 -04:00
Eugene Yokota
c0a0b7db0c
Merge branch '1.1.x' into wip/merge-1.1.x
2018-06-14 01:42:01 -04:00
Eugene Yokota
3b6df7d105
Scala 2.12.6 and other dependencies
...
sbt 1.1.4
Scala 2.12.6
ScalaCheck 1.14.0
ScalaTest 3.0.5
2018-04-28 03:58:44 -04:00
Jason Zaugg
58bb203858
Upgrade to latest sbt-houserules
2018-04-08 14:36:41 +10: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
e0eb46a99e
sbt 1.1.2
2018-03-26 22:50:03 -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
f3b06bc18e
bump util to 1.1.3
2018-03-23 18:13:59 +09:00
Dale Wijnand
512684f3e0
Merge pull request #217 from ryandbair/jsch
...
Bump to latest jsch to support stronger key exchange algorithms
2018-03-13 10:40:38 +00:00
Ryan Bair
14cc5ea626
Bump to latest jsch to support stronger key exchange algorithms
2018-03-09 08:43:41 -05:00
Dale Wijnand
866b0a1d3f
Upgrade to contraband 0.3.3
2018-03-09 12:54:15 +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
0c187fa9ec
Upgrade to sbt 1.1.0
2018-01-10 16:06:25 +00:00
Eugene Yokota
fa472179f5
sbt 1.0.4
2017-12-22 08:35:26 -05:00
Eugene Yokota
b53c37b54f
IO 1.1.3 and Util 1.1.2
2017-12-22 08:35:11 -05:00
Antonio Cunei
72dd0064c3
Change modifiedTime definitions
2017-12-22 00:55:24 +01:00
Antonio Cunei
42f23e62aa
Revert *ModifiedTime() calls to *lastModified*() calls
...
There are just too many instances in which sbt's code relies on
the `lastModified`/`setLastModified` semantics, so instead of moving
to `get`/`setModifiedTime`, we use new IO calls that offer the new
timestamp precision, but retain the old semantics.
2017-12-22 00:27:30 +01:00
Dale Wijnand
abf370adc3
Upgrade to sbt-houserules 0.3.5
2017-12-19 13:23:44 +00:00
Eugene Yokota
68356306ec
bump modules and plugins
2017-12-15 14:07:05 -05:00
Antonio Cunei
ca2617e99e
Convert lastModified/setLastModified calls to sbt.io.Milli calls (more precise)
2017-12-15 14:06:16 -05:00
eugene yokota
a8b53a23be
Merge pull request #184 from eed3si9n/wip/bump_util
...
Bump IO and Util
2017-11-24 17:26:27 -05:00
Eugene Yokota
7f3954d8bb
Bump IO and Util
2017-11-24 17:14:46 -05:00
Dale Wijnand
f4241c4d65
Bump to latest Ivy
...
Includes sbt/ivy#27 which fixes a JDK 9 issue.
Similar to PR sbt/launcher#46 .
2017-11-15 15:58:29 +00:00
Eugene Yokota
dcdbcd4979
Bump Ivy to 2.3.0-sbt-1b57d3bbc08ecf671169fd548918da18c91f77be
...
Ref https://github.com/sbt/ivy/pull/26
Ref sbt/launcher#38
JDK 9 complains when java.lang.reflect.Field#setAccessible is called. So on
JDK 9 to get the default Authenticator on JDK you can just call
Authenticator.getDefault(). However ivy targets JDK 6..
So on JDK < 9 we do what we've always done, and on JDK 9+ we use java
reflection to call Authenticator.getDefault(), which is public and doesn't
require setAccessible(true).
2017-10-24 03:16:17 -04:00
Eugene Yokota
03b531ca1e
Use sbt 1.0.0
2017-08-26 13:42:11 -04:00
Dale Wijnand
63e63f05fa
Add back, re-configure & re-enable Scalafmt
2017-08-10 12:04:58 +01:00
Eugene Yokota
3258e7b413
IO 1.0.0, Util 1.0.0
2017-08-09 21:14:57 -04:00
Dale Wijnand
14cc1c56e2
Upgrade to sbt 1.0.0-RC3
2017-08-01 14:34:38 +01:00
Eugene Yokota
0a42cf0749
IO 1.0.0-RC3, Util 1.0.0-RC3
2017-07-28 12:47:57 -04:00
Eugene Yokota
831e99bd59
Contraband 0.3.0
2017-07-28 12:47:41 -04:00
Dale Wijnand
8f912301be
Upgrade to Scala 2.12.3
2017-07-28 07:56:02 +01: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
509c80c8a7
Bump to latest IO and Util
2017-07-15 13:52:10 -04:00
Eugene Yokota
c95a885a3a
Bump to latest Contraband
2017-07-15 11:17:23 -04: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
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