Adrien Piquerez
ada716fc1f
Bump librarymanagement to 1.9.0-M1
2023-02-27 09:42:36 +01: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
Adrien Piquerez
d05913f3b9
Bump lm-coursier-shaded to 2.0.16
2023-02-22 10:09:26 +01:00
Adrien Piquerez
8020ec4d7c
Smooth transition to valid Maven pattern of sbt plugin
...
For an sbt plugin, we publish two POM files, the legacy one, and the
new Maven compatible one. The name of the new POM file contains the sbt
cross-version _2.12_1.0. The format of the new POM file is also slightly
different, because we append the sbt cross-version to all artifactIds of
sbt plugins. Hence Maven can resolve the new sbt plugin POM and its
dependencies.
When resolving an sbt plugin, we first try to resolve the new Maven POM
and if it fails we fallback on the legacy one. When parsing the new POM
format, we remove the sbt cross-version from all artifact IDs so that
there is no mismatch between old and new format of dependencies.
2023-02-22 10:09:26 +01:00
Adrien Piquerez
8e64caae8f
Add scripted to test the sbt plugin resolution
...
As of sbt 1.9, we publish deprecated and valid poms. In this test
we check that sbt resolve the valid pom of an sbt plugin and fallback
to the deprecated pom if the valid pom cannot be found.
2023-02-22 10:09:26 +01:00
eugene yokota
a326ee19c6
Merge pull request #7154 from mzuehlke/replace_olafurpg-setup-scala
...
Replace olafurpg/setup-scala with actions/setup-java
2023-02-21 00:08:52 -05:00
Marco Zühlke
8e4e2067fc
Replace olafurpg/setup-scala with actions/setup-java
...
https://github.com/olafurpg/setup-scala/releases/tag/v14 is deprecated and migration to actions/setup-java is encouraged.
That action is already used in `ci.yml`
2023-02-20 21:14:51 +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
eugene yokota
b5527cb358
Merge pull request #7153 from sbt/dependabot/github_actions/olafurpg/setup-scala-14
...
Bump olafurpg/setup-scala from 13 to 14
2023-02-20 10:40:54 -05:00
dependabot[bot]
f9637e047f
Bump olafurpg/setup-scala from 13 to 14
...
Bumps [olafurpg/setup-scala](https://github.com/olafurpg/setup-scala ) from 13 to 14.
- [Release notes](https://github.com/olafurpg/setup-scala/releases )
- [Commits](https://github.com/olafurpg/setup-scala/compare/v13...v14 )
---
updated-dependencies:
- dependency-name: olafurpg/setup-scala
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-02-20 04:56:46 +00:00
Matthew de Detrich
63d3dccb9e
Add Apache Maven Snapshots Repository
2023-02-18 10:44:25 +01:00
adpi2
71d4f2c969
Update coursier to 2.1.0-RC6 ( #445 )
2023-02-16 14:53:04 +01:00
Arman Bilge
11ea11e382
Fix
...
Co-authored-by: Marco Zühlke <mzuehlke@gmail.com>
2023-02-12 22:54:19 -08:00
Arman Bilge
3cee90bd55
Add `POM_RELEASE_NOTES_KEY`
2023-02-13 04:05:10 +00:00
Arman Bilge
3cde7f8e07
Missing comma
2023-02-12 23:27:14 +00:00
Arman Bilge
3ce8008ae7
WIP support for `releaseNotesURL`
2023-02-10 06:19:39 +00:00
adpi2
78f9b318e2
Merge pull request #7142 from adpi2/bsp-java-diags
...
Fix forwarding Java diagnostics through BSP
2023-02-06 11:06:01 +01:00
Adrien Piquerez
ecc4469c3e
Test diagnostics from Java
2023-01-27 12:10:32 +01:00
Adrien Piquerez
799adcda2b
Some refacto of BuildServerTest
...
Generate BSP ids automatically
2023-01-27 10:22:23 +01:00
Adrien Piquerez
9b4d5a5a5a
Fix reporting Java diagnostics through BSP
...
Java diagnostics don't have a pointer but we should report them.
Copied implementation from Bloop to translate the position of an
xsbti.Problem to a BSP range.
2023-01-27 10:21:44 +01:00
Eugene Yokota
b4564306d6
Move the project scripted tests to project1
2023-01-26 15:12:19 -05:00
Scala Steward
e311405bab
Update sbt, scripted-plugin to 1.8.2 ( #442 )
2023-01-23 09:56:16 +01:00
Scala Steward
7e9f890e7c
Update scalatest to 3.2.15 ( #443 )
2023-01-23 09:56:08 +01:00
Scala Steward
990dea4606
Update coursier to 2.1.0-RC5 ( #444 )
2023-01-23 09:55:50 +01:00
eugene yokota
3f1ff98790
Merge pull request #7134 from keynmol/patch-1
2023-01-21 05:36:03 -05:00
Anton Sviridov
60236f3b34
Remove spurious whitespace in the launcher script
...
It causes an error in (at least) fish shell: "sbt: line 174: local: `=': not a valid identifier"
2023-01-21 09:25:55 +00:00
Eugene Yokota
a8213abb92
Add more keys to excludeLintKeys
2023-01-20 22:34:44 -05:00
Eugene Yokota
ec3eda3cc2
scripted tests
2023-01-20 21:50:53 -05:00
Eugene Yokota
9821f5e1b4
def % support
2023-01-20 16:14:51 -05:00
Eugene Yokota
9219ed6bd4
lm alpha10
2023-01-19 17:48:21 -05:00
Eugene Yokota
3fa547d1b4
Cast module
2023-01-19 04:59:14 -05:00
Eugene Yokota
d2ddd9d7a9
Use scala-xml_3
2023-01-19 04:54:53 -05:00
Eugene Yokota
286467d351
sjson-new 0.13.0
2023-01-19 03:28:17 -05:00
Eugene Yokota
84a5fcb035
Use extension method to encode the syntax
2023-01-18 00:50:30 -05:00
Eugene Yokota
e5dd518deb
Adjust to changes in develop branch
2023-01-16 00:23:05 -05:00
Eugene Yokota
e8223cc8be
Fixes scripted tests
2023-01-15 23:50:31 -05:00
Eugene Yokota
fc31bc3d15
Fix aggregation
2023-01-15 23:50:30 -05:00
Eugene Yokota
a20d5205af
Minor Scala 3 syntax change
2023-01-15 23:50:30 -05:00
Eugene Yokota
e1c4fd5f1d
Fix setting loading
2023-01-15 23:50:30 -05:00
Eugene Yokota
78bf095c44
Add convertion to ClasspathDep
2023-01-15 23:50:30 -05:00
Eugene Yokota
2642ba30cc
Fix InputKey
2023-01-15 23:50:30 -05:00
Eugene Yokota
eb7a51c629
Mark dependency management tests pending
2023-01-15 23:50:30 -05:00
Eugene Yokota
5bbb671341
config macro
2023-01-15 23:50:30 -05:00
Eugene Yokota
d4dc90efd9
add Conversion from Project => LocalProject
2023-01-15 23:50:30 -05:00
Eugene Yokota
d2c2563d8a
Use scala-xml_3 instead
2023-01-15 23:50:30 -05:00
Eugene Yokota
28febfb9c8
Downgrade scala-xml to 2.13
2023-01-15 23:50:30 -05:00
Eugene Yokota
bd4f7b7b73
sjson-new 0.13.0
2023-01-15 23:50:30 -05:00
Eugene Yokota
9839b45029
Turn off turbo mode for now
2023-01-15 23:50:30 -05:00
Eugene Yokota
193b47b49b
Fix taskDyn
2023-01-15 23:50:30 -05:00