sbt/project
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
..
DatatypeConfig.scala Library management API 2017-07-15 11:17:23 -04:00
Dependencies.scala Bump Ivy to 2.3.0-sbt-1b57d3bbc08ecf671169fd548918da18c91f77be 2017-10-24 03:16:17 -04:00
Util.scala Add back, re-configure & re-enable Scalafmt 2017-08-10 12:04:58 +01:00
build.properties Use sbt 1.0.0 2017-08-26 13:42:11 -04:00
plugins.sbt Add back, re-configure & re-enable Scalafmt 2017-08-10 12:04:58 +01:00