Commit Graph

1562 Commits

Author SHA1 Message Date
eugene yokota b47e081c7e
Merge pull request #430 from mdedetrich/add-jdk-17-to-ci
Add JDK 17 to CI
2023-09-11 12:27:29 -04:00
eugene yokota 5e662d21bf
Merge pull request #432 from mdedetrich/update-scala213-version
Update Scala 2.13 version
2023-09-11 12:21:15 -04:00
eugene yokota 56b28c50c0
Merge pull request #431 from mdedetrich/update-github-checkout-action
Update github checkout action
2023-09-11 12:20:24 -04:00
Matthew de Detrich 47bdf1bcde
Update Scala 2.13 version 2023-09-11 12:02:37 +02:00
Matthew de Detrich 96220355e2
Update github checkout action 2023-09-11 11:17:35 +02:00
Matthew de Detrich 9919feb8a1
Add JDK 17 to CI 2023-09-11 11:11:55 +02:00
Kunal cf5fc207b0
Update CrossVersionUtil.scala (#426) 2023-08-30 09:06:44 -04:00
eugene yokota 689f347bde
Merge pull request #424 from eed3si9n/wip/bump_ivy
Bump to Ivy 2.3.0-sbt-396a783bba347016e7fe30dacc60d355be607fe2
2023-08-24 10:48:02 -04:00
Eugene Yokota 824cca75d2 Bump to Ivy 2.3.0-sbt-396a783bba347016e7fe30dacc60d355be607fe2 2023-08-24 10:36:27 -04:00
eugene yokota 2837a6474e
Merge pull request #423 from mdedetrich/add-apache-staging-repo
Add Apache staging repo
2023-07-28 19:19:12 -04:00
Matthew de Detrich 10a79d6001
Add Apache staging repo 2023-07-27 10:16:15 +02:00
eugene yokota bc4354436e
Merge pull request #421 from eed3si9n/wip/bump
Util 1.9.1
2023-06-25 21:16:29 -04:00
eugene yokota de5645989c
Merge pull request #422 from eed3si9n/wip/transfer
CLA
2023-06-25 21:03:42 -04:00
Eugene Yokota f12bd96ff1 CLA 2023-06-25 21:02:59 -04:00
Eugene Yokota 1dd9c5c0e7 Util 1.9.1 2023-06-25 21:01:05 -04:00
eugene yokota cbd7195aee
Merge pull request #418 from xuwei-k/java-net-URL
avoid deprecated `java.net.URL` constructor
2023-06-25 14:08:22 -04:00
eugene yokota 7ba1085b62
Merge pull request #420 from xuwei-k/update-scalafmt 2023-06-25 11:26:32 -04:00
eugene yokota 973f6fa303
Merge pull request #419 from xuwei-k/LICENSE-file 2023-06-25 11:24:13 -04:00
xuwei-k 9a1d836b4e update scalafmt 2023-06-25 10:16:26 +09:00
xuwei-k f81974ecce add LICENSE file 2023-06-25 09:53:06 +09:00
xuwei-k 363c0fe015 avoid deprecated `java.net.URL` constructor
- https://bugs.openjdk.org/browse/JDK-8295949
- openjdk/jdk@4338f52
2023-06-25 09:46:39 +09:00
eugene yokota 8d46a02c50
Merge pull request #417 from eed3si9n/wip/bump
util 1.9.0
2023-06-02 01:59:54 -04:00
Eugene Yokota b2ecf69b96 util 1.9.0 2023-06-02 01:36:05 -04:00
eugene yokota af23adcbac
Merge pull request #416 from eed3si9n/wip/repro-6745
Reproduce sbt/sbt#6745
2023-05-06 23:07:16 -04:00
Eugene Yokota 8e3655348a Merge branch 'pr/415' into wip/repro-6745 2023-05-06 23:01:46 -04:00
Eugene Yokota d4296d3e91 Reproduce sbt/sbt#6745 2023-05-06 22:52:59 -04:00
Adriaan Moors 998df8b692 Allow user to suppress eviction errors for a specific library
... even if they would result in an incompatible eviction
based on the assumed version scheme.
2023-05-04 21:04:29 +02:00
Adriaan Moors 87f8089ba8 More readability for processEvictions 2023-05-04 21:04:29 +02:00
Adriaan Moors 2821443c80 Simplify processEvictions by inlining calculateCompatible 2023-05-04 21:04:29 +02:00
adpi2 b404431de4
Merge pull request #414 from eed3si9n/wip/integrationtest
Deprecate IntegrationTest
2023-04-25 12:07:11 +02:00
Eugene Yokota 7d052bde8f Deprecate IntegrationTest
We plan to remove IntegrationTest configuration.
See https://eed3si9n.com/sbt-drop-custom-config/ for details.
2023-04-24 01:14:49 -04:00
eugene yokota 48dc7b24ea
Merge pull request #413 from nrinaudo/7195-maven-settings 2023-04-09 13:27:58 -04:00
Nicolas Rinaudo e8cce49ba6 Expand properties found in maven settings 2023-04-09 15:46:23 +02:00
adpi2 67ee08e964
Merge pull request #409 from adpi2/sbt-plugins-maven-path
Try resolve sbt plugin from valid Maven pattern
2023-02-23 09:13:28 +01:00
eugene yokota c57c466c10
Merge pull request #411 from mdedetrich/add-apache-maven-snapshot-repository
Add Apache Maven Snapshots Repository
2023-02-20 10:51:09 -05:00
eugene yokota e9a997fecd
Merge pull request #410 from armanbilge/feature/pom-release-notes-key
Add `POM_RELEASE_NOTES_KEY`
2023-02-20 10:50:56 -05:00
Matthew de Detrich 63d3dccb9e
Add Apache Maven Snapshots Repository 2023-02-18 10:44:25 +01:00
Arman Bilge 3cee90bd55 Add `POM_RELEASE_NOTES_KEY` 2023-02-13 04:05:10 +00:00
Adrien Piquerez 5a0e9b2fe7 Try resolve sbt plugin from valid Maven pattern
sbt plugins were published to an invalid path with regard to Maven's
specifictation.

As of sbt 1.9 we produce two POMs, a deprecated one and a new one,
that is valid with regard to Maven resolution. When resolving,
we first try to resolve the new valid POM and we fallback to
the invalid one if needed.

In the new POM format, we append the sbt cross-version to all
artifactIds of sbt plugins. This is because we want Maven to be
able to resolve the plugin and all its dependencies.

When parsing it, we remove the cross-version suffix so that
the result of parsing the valid POM format is exactly the same
as parsing the deprecated POM format. Hence conflict resolution
happens as intended.

More details can be found at https://github.com/sbt/sbt/pull/7096
2022-12-23 16:08:05 +01:00
eugene yokota 436656f719
Merge pull request #406 from eed3si9n/wip/bump
Bump io, util, and scala-xml
2022-11-10 13:59:56 -05:00
Eugene Yokota adc246ea9a Bump io, util, and scala-xml 2022-11-10 13:45:08 -05:00
eugene yokota c8b7ee7d54
Merge pull request #405 from eed3si9n/wip/ivy
Ivy 2.3.0-sbt-a8f9eb5bf09d0539ea3658a2c2d4e09755b5133e
2022-11-10 10:11:23 -05:00
Eugene Yokota adc682c926 Ivy 2.3.0-sbt-a8f9eb5bf09d0539ea3658a2c2d4e09755b5133e 2022-11-10 10:04:52 -05:00
Eugene Yokota 90795c3590 Util 1.7.1 2022-10-02 21:49:45 -04:00
eugene yokota 8b016c7555
Merge pull request #404 from armanbilge/patch-1
Better deprecation message for `sonatypeRepo`
2022-07-29 23:18:29 -04:00
Arman Bilge f17280780d Formatting 2022-07-30 02:51:02 +00:00
Arman Bilge d2fba6fde0
Better deprecation message for `sonatypeRepo` 2022-07-29 19:32:14 -07:00
eugene yokota c992a314a1
Merge pull request #403 from eed3si9n/wip/bump-sbt
Use sbt 1.7.0
2022-07-10 23:15:22 -04:00
Eugene Yokota 925c461aa8 sbt 1.7.0 2022-07-10 23:09:51 -04:00
eugene yokota 7b16e5b503
Merge pull request #402 from eed3si9n/wip/bump
util 1.7.0
2022-07-10 05:33:33 -04:00