Martin Duhem
6679067bcb
Resolve `scripted-sbt-redux` to run scripted
...
Previously, in sbt 2, the Scripted plugin was not resolving any module
that would provide it with the `ScriptedTests` object, and could
therefore not run scripted tests.
With this patch, `scripted-sbt-redux` will be resolved and added to the
classloader that's used to load `sbt.scriptedtest.ScriptedTests`.
2024-02-02 14:28:56 +01:00
Tomasz Godzik
7b43b758dd
Merge pull request #490 from lrytz/lib-unfreeze
...
Add a `sameVersions` paramter to CoursierConfiguration
2024-01-26 10:47:51 +01:00
Lukas Rytz
5c966f4562
Add a `sameVersions` paramter to CoursierConfiguration
...
Expose coursier's `SameVersion` rule to allow pinning libraries
to the same version.
2024-01-22 13:28:19 +01:00
eugene yokota
f08032af26
Merge pull request #7478 from sbt/dependabot/github_actions/actions/cache-4
...
Bump actions/cache from 3 to 4
2024-01-21 23:55:06 -05:00
dependabot[bot]
de4caf2631
Bump actions/cache from 3 to 4
...
Bumps [actions/cache](https://github.com/actions/cache ) from 3 to 4.
- [Release notes](https://github.com/actions/cache/releases )
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md )
- [Commits](https://github.com/actions/cache/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-01-22 04:14:49 +00:00
eugene yokota
ed84b9f7e9
Merge pull request #7475 from Tammo0987/fix/usage-of-publisher-interface
...
Use the publisher interface for publishing as default
2024-01-21 00:41:18 +05:30
Tammo Steffens
053c7cc8bd
Use the publisher interface for publishing as default
2024-01-17 21:39:39 +01:00
eugene yokota
8a16a57c7a
Merge pull request #489 from kubukoz/log-resolution-module-name
2024-01-16 18:08:41 +05:30
Jakub Kozłowski
32a687d15e
Make module name non-empty
2024-01-16 00:46:58 +01:00
eugene yokota
cfe0fc8e2e
Merge pull request #7470 from Friendseeker/packageSrc-managed-source
...
Include `managedSources` in `packageSrc`
2024-01-02 00:41:28 -05:00
friendseeker
e4ab56e444
Include managedSources in packageSrc
2024-01-01 20:58:39 -08:00
eugene yokota
4151f4e6c0
Merge pull request #7471 from Friendseeker/stamps-followup
...
Fix compile error in `VirtualFileValueCache`
2024-01-01 23:54:42 -05:00
friendseeker
eadb5b3786
fix compile error in VirtualFileValueCache
2024-01-01 19:47:08 -08:00
Miguel Vilá
506e9ddd86
Use project axes when not auto scala lib ( #86 )
...
* add test that should fail for module not found
* Use axisValues when !autoScalaLibrary
---------
Co-authored-by: Miguel Villa <miguel.villa@siriusxm.com>
2023-12-29 09:45:39 -05:00
Miguel Vilá
7181625be7
add java sources folders ( #85 )
...
* add java sources folders
* add test
---------
Co-authored-by: Miguel Villa <miguel.villa@siriusxm.com>
2023-12-27 17:48:46 -05:00
eugene yokota
2f2a098742
Merge pull request #7466 from eed3si9n/wip/version
...
Bump the version number
2023-12-20 14:16:03 -05:00
Eugene Yokota
78a8af3d7f
Bump the version number
2023-12-20 10:51:54 -05:00
adpi2
dd0d43bab4
Merge pull request #7456 from adpi2/refactor-alist
...
[sbt 2.x] Remove `AList`, replace it with `TupleMapExtension`
2023-12-13 16:57:51 +01:00
Adrien Piquerez
a15fb91c5c
Remove AList
2023-12-13 14:01:57 +01:00
eugene yokota
34933827d1
Merge pull request #7453 from eed3si9n/wip/lock2
...
Lock only issues
2023-12-11 18:55:32 -05:00
Eugene Yokota
becf4ec66f
Lock only issues
2023-12-11 18:54:05 -05:00
eugene yokota
420508c755
Merge pull request #7449 from eed3si9n/wip/bump-zinc-m2
...
Zinc 1.10.0-M2
2023-12-11 18:51:10 -05:00
eugene yokota
c4293af403
Merge pull request #7452 from eed3si9n/wip/lock
...
Lock thread after 365d of inactivity
2023-12-11 18:42:52 -05:00
Eugene Yokota
556bd94b16
Lock thread after 365d of inactivity
2023-12-11 18:40:36 -05:00
eugene yokota
23a864c7c9
Merge pull request #7450 from sbt/dependabot/github_actions/actions/setup-python-5
...
Bump actions/setup-python from 4 to 5
2023-12-11 02:49:26 -05:00
dependabot[bot]
ef6fc89075
Bump actions/setup-python from 4 to 5
...
Bumps [actions/setup-python](https://github.com/actions/setup-python ) from 4 to 5.
- [Release notes](https://github.com/actions/setup-python/releases )
- [Commits](https://github.com/actions/setup-python/compare/v4...v5 )
---
updated-dependencies:
- dependency-name: actions/setup-python
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-12-11 04:24:57 +00:00
Eugene Yokota
e5e3d2832a
Zinc 1.10.0-M2
2023-12-09 05:45:03 -05:00
eugene yokota
2d974be268
Merge pull request #7447 from mkurz/more_logger_methods
...
[1.9.x] Add missing logger methods that take Java Supplier
2023-12-05 10:56:35 -05:00
Matthias Kurz
2d7f087753
Add missing logger methods that take Java Supplier
2023-12-05 10:15:51 +01:00
eugene yokota
e6f0ed8da7
Merge pull request #7446 from sbt/dependabot/github_actions/actions/setup-java-4
...
Bump actions/setup-java from 3 to 4
2023-12-04 00:41:42 -05:00
dependabot[bot]
4fc38dceee
Bump actions/setup-java from 3 to 4
...
Bumps [actions/setup-java](https://github.com/actions/setup-java ) from 3 to 4.
- [Release notes](https://github.com/actions/setup-java/releases )
- [Commits](https://github.com/actions/setup-java/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: actions/setup-java
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-12-04 04:07:29 +00:00
adpi2
8950b92d33
Merge pull request #7444 from adpi2/sbt-2-refactor-execute-2
...
[2.x] Reduce abstraction in `Execute` and around (bis)
2023-11-29 09:15:35 +01:00
Adrien Piquerez
7ea0506736
Introduce TaskId to reduce abstraction around Execute
2023-11-28 14:26:52 +01:00
Hagai Hillel
dab3f9b903
Retry mechanism for sbt ( #450 )
...
---------
Co-authored-by: Hagai Ovadia <hagai.ovadia@is.com>
Co-authored-by: Alexandre Archambault <alexandre.archambault@gmail.com>
2023-11-28 14:17:26 +01:00
eugene yokota
b0ee4028d2
Merge pull request #7441 from eed3si9n/wip/bump-zinc
...
Update to Zinc 1.10.0-M1
2023-11-28 00:51:30 -05:00
Eugene Yokota
f6e195cf73
Disable run/non-local-main
2023-11-28 00:35:44 -05:00
Eugene Yokota
1e784febec
sbt 1.9.7
2023-11-27 23:27:35 -05:00
Eugene Yokota
520b52656f
Mark source-dependencies/false-error passing
2023-11-27 23:26:04 -05:00
Eugene Yokota
7a60c3e4dc
Disable run/fork-loader test
2023-11-27 23:24:48 -05:00
Scala Steward
c8a9925300
Update sbt-scalafix to 0.11.1 ( #480 )
2023-11-27 16:15:43 +01:00
Scala Steward
9af449ad67
Update sbt-mima-plugin to 1.1.3 ( #473 )
2023-11-27 16:15:31 +01:00
Scala Steward
b921255478
Update scala-xml to 2.2.0 ( #472 )
2023-11-27 16:15:14 +01:00
eugene yokota
ff48bbfe8a
Merge pull request #7440 from eed3si9n/wip/basic-upkeep
2023-11-27 09:00:58 -05:00
Dmitrii Naumenko
cee6474d24
fix condition in Resolvers.mavenCompatibleBaseOpt (use artifactPatterns instead of ivyPatterns) ( #484 )
...
Before the change Resolvers.mavenCompatibleBaseOpt always returned Some value because `baseIvyPattern == baseArtifactPattern` always was `true``
2023-11-27 14:57:45 +01:00
Scala Steward
b8aedbe98d
Update scala-collection-compat to 2.11.0 ( #468 )
2023-11-27 14:56:23 +01:00
Scala Steward
818176ec86
Update scalatest to 3.2.17 ( #477 )
2023-11-27 14:55:48 +01:00
Scala Steward
a16308f7e3
Update sbt-shading to 2.1.3 ( #482 )
2023-11-27 14:54:17 +01:00
Scala Steward
d0ed477b93
Update utest to 0.8.2 ( #486 )
2023-11-27 14:54:07 +01:00
Scala Steward
b15d6130eb
Update coursier, ... to 2.1.8 ( #487 )
2023-11-27 14:53:59 +01:00
Eugene Yokota
7c31c2bd6c
Update to Zinc 1.10.0-M1
2023-11-27 03:19:36 -05:00