Eugene Yokota
18a9af89f7
Revert "Artifact"
...
This reverts commit d078dc4772 .
2024-10-04 04:09:53 -04:00
Eugene Yokota
1d8280e8f2
Revert "Developer"
...
This reverts commit 03f0288ae6 .
2024-10-04 04:09:43 -04:00
Eugene Yokota
7076596f26
Revert "ScmInfo"
...
This reverts commit b00e242744 .
2024-10-04 04:09:32 -04:00
Eugene Yokota
627cb888b2
Revert "ModuleInfo"
...
This reverts commit cd393bb318 .
2024-10-04 04:09:21 -04:00
Eugene Yokota
a01a2f8bac
Revert "remove a few more java.net.URL"
...
This reverts commit 861b8aa792 .
2024-10-04 04:08:09 -04:00
eugene yokota
cb24883c15
Merge pull request #446 from eed3si9n/wip/bump-util
...
deps: bump util
2024-10-04 00:22:57 -04:00
Eugene Yokota
dc8dbc61ed
Drop Ivy tests
2024-10-04 00:18:39 -04:00
Eugene Yokota
57254a6d32
deps: bump util
2024-10-04 00:12:56 -04:00
adpi2
cc3ed470c7
Merge pull request #443 from jtjeferreira/avoid-java-net-URL-3
...
Avoid java.net.URL
2024-07-09 14:49:31 +02:00
João Ferreira
861b8aa792
remove a few more java.net.URL
2024-06-17 22:18:05 +01:00
João Ferreira
cd393bb318
ModuleInfo
2024-06-17 22:18:05 +01:00
João Ferreira
b00e242744
ScmInfo
2024-06-17 22:18:05 +01:00
João Ferreira
03f0288ae6
Developer
2024-06-17 22:18:05 +01:00
João Ferreira
d078dc4772
Artifact
2024-06-17 22:18:05 +01:00
Eugene Yokota
02fc0d9d89
Merge branch 'wip/sbt-2.x-merge' into wip/sbt-2.x
2024-05-31 00:21:45 -07:00
Eugene Yokota
d42bc8e6e3
util 2.0.0-alpha10
2024-05-30 23:07:12 -07:00
eugene yokota
f8021499c8
Merge pull request #442 from adpi2/wip/sbt-2.x
...
[2.x] Merge develop into wip/sbt-2.x
2024-05-30 00:13:49 -07:00
Adrien Piquerez
4251aa3ba0
Add lmIvy dependency to sjsonnew
2024-05-29 13:39:22 +02:00
Adrien Piquerez
1b3d5324bb
Use String instead of File as key of stamps
...
- regenerate contraband
2024-05-29 10:37:56 +02:00
Adrien Piquerez
e140c80667
Bump sjson-new
2024-05-28 11:11:44 +02:00
Adrien Piquerez
28b5db1465
fix Scala 3 compilation
2024-05-23 17:09:12 +02:00
Adrien Piquerez
f8ce2cdef6
Update to Scala 3.3
2024-05-23 17:04:38 +02:00
Adrien Piquerez
b3edb6a405
Fix merge
2024-05-23 17:04:26 +02:00
Adrien Piquerez
863004961c
Merge remote-tracking branch 'origin/develop' into wip/sbt-2.x
2024-05-23 16:53:23 +02:00
Eugene Yokota
4f108dfc80
Merge branch 'develop' into wip/sbt-2.x-merge
2024-05-13 00:13:46 -04:00
eugene yokota
8ab867dcd2
Merge pull request #439 from eed3si9n/wip/bump
...
Util 1.10.0
2024-05-05 17:59:36 -04:00
Eugene Yokota
dc460527b4
Util 1.10.0
2024-05-05 17:53:08 -04:00
eugene yokota
36d94c7993
Merge pull request #438 from eed3si9n/wip/util
...
Util 1.10.0-RC1
2024-04-08 22:51:20 -04:00
eugene yokota
671748362e
Merge pull request #437 from eed3si9n/wip/binary_sbt_version
...
Use 2 for binarySbtVersion in 2.x
2024-04-08 22:48:02 -04:00
Eugene Yokota
6ab6c2baa9
Util 1.10.0-RC1
2024-04-08 22:36:44 -04:00
Eugene Yokota
04fcad6d9a
Use 2 for binarySbtVersion in 2.x
2024-04-08 22:33:56 -04:00
eugene yokota
0eaf3851e2
Merge pull request #436 from azolotko/update-jsch-to-0.2.17
...
Update jsch to 0.2.17 (switch to the com.github.mwiede fork)
2024-03-31 04:15:22 -04:00
Alex Zolotko
3156ac253a
Update jsch to 0.2.17 (the com.github.mwiede fork)
2024-03-30 17:30:57 +01:00
Eugene Yokota
13f7bb250b
sjsonnew 0.14.0-M1
2023-10-29 14:54:24 -04:00
eugene yokota
54011d5e74
Merge pull request #434 from xuwei-k/Resolver-sonatypeOssRepos
...
fix warnings. `Resolver.sonatypeRepo` => `Resolver.sonatypeOssRepos`
2023-10-08 21:07:56 -04:00
xuwei-k
999b881ee7
fix warnings. Resolver.sonatypeRepo => Resolver.sonatypeOssRepos
2023-10-09 07:51:32 +09:00
eugene yokota
aa090bdb25
Merge pull request #433 from rtyley/avoid-repeating-version-in-eviction-warning
...
Avoid repeating versions in Eviction warning message
2023-09-17 22:31:11 -04:00
Roberto Tyley
fdb519b9e2
Avoid repeating versions in Eviction warning message
...
As with https://github.com/sbt/librarymanagement/pull/386 , which dealt
with Eviction *errors*, this fixes the way Eviction *warnings* report
the list of evicted versions - removing duplicate versions - and does a
refactor so that both `EvictionError` & `EvictionWarning` are using the
same logic to generate the revision string.
The logic for the revisions string is moved to the new field
`EvictionPair.evictedRevs`.
Without this fix, we see Eviction warnings like this:
```
* org.scala-lang.modules:scala-java8-compat_2.13:1.0.2 is selected over {1.0.0, 1.0.0}
```
2023-09-16 13:09:07 +01:00
eugene yokota
a3637713eb
Merge pull request #428 from mdedetrich/add-allModuleReports-to-updateReportExtra
...
Add allModuleReports to UpdateReport
2023-09-13 10:07:52 -04:00
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
Matthew de Detrich
fd3b33b472
Add allModuleReports to UpdateReport
2023-09-11 00:55:09 +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