eugene yokota
448d92048f
Merge pull request #7299 from dongxuwang/1.9.x
2023-06-14 08:54:41 -04:00
Dongxu Wang
3762cfe7a7
Fix typo in DEVELOPING.md
2023-06-14 19:51:31 +08:00
adpi2
f692583034
Merge pull request #7295 from adpi2/fix-7288
...
Fix #7288 : `publish` should not fail if `publish / skip := true`
2023-06-13 09:54:45 +02:00
eugene yokota
e0d88607a5
Merge pull request #7294 from ckipp01/semanticDbUpdate
...
deps: bump the default semanticdb version used
2023-06-12 13:03:53 -04:00
Adrien Piquerez
783a8e57db
Fix #7288 and implement publisM2 / skip
2023-06-12 18:06:06 +02:00
Adrien Piquerez
1b31a377d2
Reproduce #7288 in scripted project/skip
2023-06-12 18:05:12 +02:00
eugene yokota
cfa88f766f
Merge pull request #7290 from mkurz/sbtn-1.9.0
...
sbtn 1.9.0
2023-06-12 10:49:49 -04:00
Chris Kipp
05ac9c88d1
deps: bump the default semanticdb version used
...
This updates semanticdb from 4.5.13 to 4.7.8.
2023-06-12 16:44:20 +02:00
adpi2
bc4267b2e4
Merge pull request #7291 from alexklibisz/patch-1
...
Fix typo in exportPipelining Key description
2023-06-12 10:41:48 +02:00
Alex Klibisz
b9cc499ec3
Fix typo in exportPipelining Key description
2023-06-07 13:21:00 -04:00
Matthias Kurz
7256fb2725
sbtn 1.9.0
2023-06-06 17:12:41 +02:00
eugene yokota
cab5c48e24
Merge pull request #7286 from adpi2/fix-7285
2023-06-06 10:25:49 -04:00
eugene yokota
c01da39f37
Merge pull request #7287 from kevin-lee/add-hedgehog-to-testFrameworks
2023-06-06 09:53:06 -04:00
Adrien Piquerez
9707e1a3f8
Clear warnings in scripted actions/external-doc
2023-06-05 21:24:20 +02:00
Adrien Piquerez
dd00e143f2
Fix #7285 : use legacy Maven style on publishLocal
2023-06-05 21:24:20 +02:00
Kevin Lee
b01f583451
Add: hedgehog to supported default testFrameworks
2023-06-05 20:14:40 +10:00
eugene yokota
ca09ee96fd
Merge pull request #7281 from mkurz/launcher-package-scala-upgrade
...
Upgrade to latest Scala 2.12.x in launcher-package
2023-06-03 20:10:37 -04:00
eugene yokota
4998c0d1ee
Merge pull request #7282 from mkurz/sbt190
...
Use latest sbt 1.9.0
2023-06-03 20:09:58 -04:00
Matthias Kurz
01fb8430ba
Use latest sbt 1.9.0
2023-06-04 01:09:29 +02:00
Matthias Kurz
4b769d06c3
Upgrade to latest Scala 2.12.x in launcher-package
2023-06-04 01:08:17 +02:00
eugene yokota
8ef1f9cad1
Merge pull request #7280 from andrzejressel/sbt_echo
...
Cache echoEnabled
2023-06-03 18:46:37 -04:00
eugene yokota
0516d1ee9d
Merge pull request #7279 from mkurz/scala2.13.11
...
Update Scala to 2.13.11
2023-06-03 18:45:57 -04:00
Andrzej Ressel
4cf2b7269d
Cache echoEnabled
2023-06-03 22:44:19 +02:00
Matthias Kurz
ebbf0617a2
Update Scala to 2.13.11
2023-06-03 22:27:45 +02:00
Eugene Yokota
2d7db22785
sbt 1.9.0
2023-06-02 05:40:19 -04:00
eugene yokota
68fcf352cb
Merge pull request #7275 from eed3si9n/wip/bump
...
Zinc 1.9.0
2023-06-02 04:46:17 -04:00
Eugene Yokota
5484ea7a9a
Zinc 1.9.0
2023-06-02 04:15:11 -04:00
eugene yokota
98bf8f1301
Merge pull request #7274 from eed3si9n/wip/scala_2.13.10
...
Update Scala to 2.13.10
2023-06-01 23:53:00 -04:00
eugene yokota
38afd6f2f7
Merge pull request #7273 from eed3si9n/wip/new_bug
...
Fix sbt init menu
2023-06-01 23:26:44 -04:00
Eugene Yokota
10a79bc6b0
Update Scala to 2.13.10
2023-06-01 23:24:31 -04:00
Eugene Yokota
7c7576843a
Fix sbt init menu
...
Problem
-------
sbt init menu doesn't pick the right template in the latter half.
Solution
--------
This fixes the mapping between the position and the letter.
2023-06-01 22:45:51 -04:00
eugene yokota
44d35b5502
Merge pull request #7271 from eed3si9n/wip/scala_2.12.18
...
Update Scala to 2.12.18
2023-06-01 12:55:38 -04:00
Eugene Yokota
1f1ee778e3
Update Scala to 2.12.18
...
Fixes https://github.com/sbt/sbt/issues/7235
2023-06-01 12:13:40 -04:00
eugene yokota
babbdaeaa0
Merge pull request #7264 from eed3si9n/wip/diagnostic
...
Forward ScalaDiagnostic
2023-05-26 09:49:59 -04:00
adpi2
71adb62d86
Merge pull request #7265 from armanbilge/patch-1
...
Update typelevel toolkit, configure test artifact
2023-05-23 10:01:34 +02:00
Arman Bilge
dc79c592cf
Update typelevel toolkit, config test artifact
2023-05-22 21:53:09 +00:00
Eugene Yokota
93bd66b673
Forward ScalaDiagnostic
...
**Problem**
Zinc added actions in Problem, but it's not yet forwarded to BSP
clients.
**Solution**
As discussed in
https://contributors.scala-lang.org/t/roadmap-for-actionable-diagnostics/6172 ,
the plan seems to be to use the `data` field with `actions` inside it,
so this implements that.
2023-05-22 00:33:46 -04:00
Jakub Kozłowski
f8a29b748b
Add weaver-cats as a default test framework ( #7263 )
...
Add weaver-cats as a default test framework
2023-05-21 23:28:04 -04:00
eugene yokota
e355c61698
Merge pull request #7261 from mdedetrich/deprecate-itsettings
...
Deprecate itSettings
2023-05-21 22:30:43 -04:00
Matthew de Detrich
e3c7bc7d8f
Deprecate itSettings
2023-05-22 00:14:29 +02:00
Eugene Yokota
b5c3c4836f
sbt 1.9.0-RC3
2023-05-15 04:40:20 -04:00
Eugene Yokota
277f6362ac
Bump Zinc
2023-05-15 04:09:54 -04:00
Eugene Yokota
30bab993e3
IO 1.9.0-RC3
2023-05-15 01:07:24 -04:00
eugene yokota
f539e12645
Merge pull request #7251 from eed3si9n/wip/problem
...
Add concrete impl for Action
2023-05-14 14:30:24 -04:00
Eugene Yokota
9d87f3f596
Add concrete impl for Action
2023-05-14 14:06:46 -04:00
eugene yokota
e22a9a7c5e
Merge pull request #7253 from ckipp01/UriFix
...
fix: get rid of the `FileChanges` abstraction
2023-05-14 13:38:30 -04:00
Chris Kipp
fa8dfd225d
fix: get rid of the `FileChanges` abstraction
...
I don't believe this is actually needed. We can simplify the
`WorkspaceEdit` further and put together the mapping for `changes`
according to the LSP spec later on down the line. This will allow us to
remove the need for the `URI`, which is problematic.
closes #7252
2023-05-14 09:52:16 +02:00
adpi2
9042a53b21
Merge pull request #7250 from scalacenter/update-native-image
...
Update native-image to 22.2.0
2023-05-12 17:17:40 +02:00
Julien Richard-Foy
ecc322335c
Update native-image to 22.2.0
...
See sbt/sbt#7149
2023-05-12 15:22:18 +02:00
eugene yokota
cf6fac7692
Merge pull request #7242 from ckipp01/action
...
feat: add in `actions()` to `Problem`
2023-05-12 00:03:49 -04:00