Eugene Yokota
c896641f1c
Turn off semanticdb on CI
2022-06-12 23:46:55 -04:00
Eugene Yokota
76452e53ff
Drop OkHttp dependency
...
Ref https://github.com/sbt/sbt/issues/6912
Problem
-------
There's apparently a security issue with OkHttp 3.x,
which I am not really sure how applicable it is to our usage
of OkHttp but it is there.
Solution
--------
Since most of OkHttp-specic usage within LM is for Apache Ivy
downloading, I am going to drop this.
Since `sbt.librarymanagement.Http.http` is a public API,
I am substituting this with Apache HTTP backed implementation.
2022-06-12 22:24:44 -04:00
Eugene Yokota
91bf2649b2
Bump sbt
2022-06-12 22:03:23 -04:00
kenji yoshida
85271660c7
remove bintray resolver
2022-05-22 10:02:26 +09:00
Eugene Yokota
5269e12e67
Use sbt 1.5.1
2021-05-02 22:18:03 -04:00
Eugene Yokota
7f6bbafb9b
Remove sbt-bintray
2021-03-14 23:57:13 -04:00
Eugene Yokota
d39d6a6186
crossScalaVersions
2021-03-14 23:29:35 -04:00
Eugene Yokota
417a30f8db
Update to Scala 2.12.13 + 2.13.4
2021-01-17 04:18:49 -05:00
Eugene Yokota
5942ccbe1f
Add Scala 2.13 support
2021-01-03 00:59:38 -05:00
Eugene Yokota
349a4134e5
Use Bintray for nightly
2020-11-15 00:58:52 -05:00
Eugene Yokota
f8f9ed0c67
Nightly setup
2020-11-14 19:46:04 -05:00
Eugene Yokota
f63adb4a8a
Util 1.4.0
2020-10-04 12:42:46 -04:00
Eugene Yokota
375613efbf
Make validateProtocol return Boolean
...
Ref https://github.com/sbt/sbt/issues/4905
To deprecate and unsupport HTTP, first log all the error messages out then throw at sbt level.
2020-06-06 19:29:09 -04:00
Eugene Yokota
2d6f102f9a
Ivy 2.3.0-sbt-fa726854dd30be842ff9e6d2093df6adfe3871f5
...
Fixes https://github.com/sbt/sbt/issues/2366
2020-02-22 15:30:26 -05:00
Eugene Yokota
ea9d382b89
add hook for nightly build
2019-12-28 16:04:18 -05:00
Eugene Yokota
705cb472b6
Add previous artifact
2019-10-19 20:02:25 -04:00
Eugene Yokota
8aeb43fc11
in-source sbt-houserules
2019-10-19 19:53:11 -04:00
Eugene Yokota
337716830f
Deprecate HTTP resolvers (take 2)
...
Ref https://github.com/sbt/sbt/issues/4905
Ref https://github.com/sbt/librarymanagement/pull/312
Based on the discussion in https://github.com/sbt/sbt/issues/4905 , this will exempt localhost, and also allows per-resolver opt-in for HTTP.
2019-08-28 15:20:23 -04:00
Eugene Yokota
40598cc5a4
mima + scalafmt
2019-08-27 18:50:17 -04:00
Eugene Yokota
4a1b6232e4
deprecate CrossVersion.Disabled
2019-08-22 13:11:10 -04:00
Eugene Yokota
cc6147c8d2
Remove lmCommonTest
2019-08-17 23:55:58 -04:00
Eugene Yokota
8c16fd0edf
switch to using scala-verify
2019-08-14 12:32:49 -04:00
Eugene Yokota
b78f03b0d3
comment out scriptedIvy
2019-05-11 21:25:23 -04:00
Eugene Yokota
3a0ce65362
IO 1.3.0-M10, and nightly version
...
Fixes #305
2019-05-11 19:49:04 -04:00
Eugene Yokota
25ff7d2dd5
ClassLoaderLayeringStrategy.Flat
2019-05-10 00:11:39 -04:00
Eugene Yokota
180af46fe5
bump plugins
2019-04-29 23:31:20 -04:00
Eugene Yokota
2e971b9a85
Add OkHttpClient parameter
...
Ref #297
This adds a parameter so we can pass in OkHttpClient, if someone wants to customize HTTP behavior.
2019-04-03 00:15:28 -04:00
Eugene Yokota
5645e36ee1
Remove lmCoursier
...
There's an implementation of lmCoursier in the coursier project itself, so this seems redundant here.
2019-03-22 13:58:56 -04:00
Eugene Yokota
75c319e6bb
make object Disabled extend Disabled
...
Ref https://github.com/sbt/librarymanagement/pull/280
This is to workaround bincompat error detected by sbt community build.
```
[cats] [error] java.lang.NoSuchMethodError: sbt.librarymanagement.CrossVersion$.Disabled()Lsbt/librarymanagement/Disabled$;
```
2019-01-23 15:06:47 -05:00
Eugene Yokota
a18c343bdc
Mima fix from #280
...
Not sure how but #280 has slipped through with Mima failing.
2018-11-27 00:26:07 -05:00
Dale Wijnand
ead0f82575
Fix CrossVersion.Disabled compat
2018-11-24 09:31:30 +00:00
Eugene Yokota
08b8491c7f
Bump IO and Util
2018-10-29 14:25:01 -04:00
andrea
2e6870d17e
minor cleanup and using missingOk instead of external property
2018-10-24 11:49:51 +01:00
andrea
a03f0ad437
Add ignore errors flag
2018-10-22 14:57:44 +01:00
andrea
5ceed97587
better attributes management and plugin resolution test disabled
2018-10-19 14:40:22 +01:00
andrea
572f87314f
added hashing function
2018-10-19 12:05:40 +01:00
andrea
0499b58819
removed unused jsoncodec plugin
2018-10-19 10:55:20 +01:00
andrea
7d275cf18e
targeting alex review
2018-10-19 10:50:27 +01:00
andrea
21e2c5f904
Starting point for going on
2018-10-15 18:20:36 +01:00
Leonard Ehrenfried
ed25bcba43
Add implementation of coursier
2018-10-15 10:24:34 +01:00
andrea
8b53d4a5c1
Scripted integration test infrastructure with Sbt
2018-10-12 09:18:17 +01:00
Eugene Yokota
e28382c667
Bump to 1.3.0
2018-09-28 04:34:20 -04:00
Eugene Yokota
949b5ec4ba
Merge branch '1.2.x' into wip/merge-1.2.x
2018-09-28 04:33:26 -04:00
Eugene Yokota
5fd0115979
For 2.11
2018-09-21 23:34:51 -04:00
Eugene Yokota
02475c7a66
-Xfatal-warnings
2018-09-21 01:16:55 -04:00
Eugene Yokota
98f15d8c8a
1.2.1-SNAPSHOT
2018-08-01 00:13:09 -04:00
Eugene Yokota
c0a0b7db0c
Merge branch '1.1.x' into wip/merge-1.1.x
2018-06-14 01:42:01 -04:00
OlegYch
bbb2ef3977
fix retrieving deps via sftp resolver
2018-04-11 22:23:16 +03:00
OlegYch
13807179ae
windows compatibility (due to contraband)
2018-04-07 21:59:32 +03:00
Eugene Yokota
1073513b49
Merge branch '1.1.x' into wip/merge-1.1.x
2018-03-27 06:19:28 -04:00