Scala Steward
32e67efb58
Update sbt-scalafix to 0.10.2 ( #412 )
2022-09-19 10:15:51 +02:00
eugene yokota
2becadb7c2
Merge pull request #7010 from easel/fork-use-args-file
...
Add sbt.argsfile option
2022-09-17 12:20:28 -04:00
eugene yokota
ef92809e09
Merge pull request #7021 from eed3si9n/wip/scala
...
Scala 2.12.17
2022-09-17 11:16:44 -04:00
Eugene Yokota
b00792a3a7
Scala 2.12.17
...
This bumps up scala-xml to 2.x.
2022-09-17 04:09:52 -04:00
Scala Steward
0f465e23aa
Update dataclass-annotation, ... to 0.1.0 ( #411 )
2022-09-13 11:22:44 +02:00
eugene yokota
f3b9218b77
Merge pull request #7014 from eed3si9n/wip/giter8
...
Giter8 0.15.0 by default
2022-09-11 19:59:55 -04:00
Eugene Yokota
573cd2de81
Giter8 0.15.0 by default
2022-09-11 13:03:43 -04:00
eugene yokota
b403d3a0e5
Merge pull request #7016 from sbt/eed3si9n-patch-1
...
Try windows-latest
2022-09-11 03:10:26 -04:00
eugene yokota
0f70950ccd
Try windows-latest
2022-09-11 02:42:14 -04:00
eugene yokota
6510310e0b
Merge pull request #73 from kubukoz/patch-1
...
Update readme versions
2022-09-09 13:28:14 -04:00
Erik LaBianca
ca45370ea1
Add sbt.argsfile option
...
There are a number of scenarios, including long classpaths, that
can cause linux and other systems to fail to fork a jvm. We can work
around this on JDK9 and above by using an "arguments file" [1].
This patch adds an "sbt.argsfile" property and SBT_ARGSFILE environment
variable. This option defaults to true. When active on
Java 9+, long command lines are translated to an arguments file by
adding all command line arguments to the arguments file format at [1]
and java is invoked using the arguments file instead of passing the
arguments on the command line.
1. https://docs.oracle.com/javase/9/tools/java.htm#
Fixes : #2974
2022-09-08 15:17:19 -04:00
Jakub Kozłowski
af6cbcf3eb
Update readme versions
2022-09-08 17:16:05 +02:00
Scala Steward
dc69ec56df
Update utest to 0.8.1 ( #410 )
2022-09-07 19:05:20 +02:00
eugene yokota
5bd44058ef
Update --feature-request.md
2022-08-31 16:07:11 -04:00
eugene yokota
28850ace5a
Merge pull request #7011 from sbt/dependabot/github_actions/actions/cache-3.0.8
...
Bump actions/cache from 3.0.7 to 3.0.8
2022-08-29 00:49:24 -04:00
dependabot[bot]
6ef9d5d244
Bump actions/cache from 3.0.7 to 3.0.8
...
Bumps [actions/cache](https://github.com/actions/cache ) from 3.0.7 to 3.0.8.
- [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.0.7...v3.0.8 )
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-08-29 04:07:24 +00:00
eugene yokota
a5a997eab6
Merge pull request #7006 from ckipp01/moreDiagnosticCode
...
fix: also include diagnosticCode and related info in InterfaceUtil
2022-08-23 09:51:53 -04:00
Chris Kipp
77673eef55
fix: also include diagnosticCode and related info in InterfaceUtil
...
Looks like I missed this in https://github.com/sbt/sbt/pull/6874 and I
hit on it in Mill when I couldn't figure out why it was also empty, and
thanks to @adpi realized it was because of the `LoggedReporter` in zinc
not taking it into account. However before I can bump that this needs to
be bumped as well.
refs: https://github.com/lampepfl/dotty/issues/14904
2022-08-22 08:37:44 +02:00
Scala Steward
8eadc24d3f
Update sbt-scalafix to 0.10.1 ( #407 )
2022-08-16 17:40:34 +02:00
Scala Steward
f8f3917ba9
Update sbt-shading to 2.1.0 ( #409 )
2022-08-16 16:40:29 +02:00
Scala Steward
21a7e74710
Update coursier to 2.1.0-M6-53-gb4f448130 ( #408 )
2022-08-16 16:16:28 +02:00
Alexandre Archambault
4d7c64febe
Merge pull request #403 from alexarchambault/fix-lmcoursier-jni
...
Ensure lmcoursier can load jniutils stuff fine on Windows
2022-08-15 19:27:09 +02:00
Alexandre Archambault
82bd9a10dd
Ensure lmcoursier can load jniutils stuff fine on Windows
2022-08-15 18:24:42 +02:00
Alexandre Archambault
87225ad1bf
Use newer coursier/setup-action
...
That pulls coursier > 2.1.0-M5, that has coursier/coursier#2375
2022-08-15 18:24:41 +02:00
Scala Steward
e177ebec6a
Update sbt, scripted-plugin to 1.7.1 ( #397 )
...
* Applied Scalafix rule(s) 7f576f16a9/Sbt0_13BuildSyntax.scala
See https://eed3si9n.com/syntactic-scalafix-rule-for-unified-slash-syntax for details
* Update sbt, scripted-plugin to 1.7.1
* fix scalafix stuff
Co-authored-by: Alexandre Archambault <alexandre.archambault@gmail.com>
2022-08-15 16:32:00 +02:00
Alexandre Archambault
d0af20e3cd
Remove now deprecated sbt launcher script ( #406 )
2022-08-15 16:00:07 +02:00
Alexandre Archambault
9aa5887d6d
Merge pull request #400 from eed3si9n/wip/scalafix
...
Use dataclass-scalafix for code gen
2022-08-15 12:40:10 +02:00
Alexandre Archambault
1f4283ceb7
Merge branch 'master' into wip/scalafix
...
Conflicts:
build.sbt
2022-08-15 11:02:28 +02:00
Scala Steward
8196655794
Update data-class to 0.2.6 ( #405 )
2022-08-15 10:55:42 +02:00
Adrien Piquerez
fd62debc47
Merge pull request #7004 from sbt/dependabot/github_actions/actions/cache-3.0.7
...
Bump actions/cache from 3.0.6 to 3.0.7
2022-08-15 10:20:34 +02:00
dependabot[bot]
6cafc89574
Bump actions/cache from 3.0.6 to 3.0.7
...
Bumps [actions/cache](https://github.com/actions/cache ) from 3.0.6 to 3.0.7.
- [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.0.6...v3.0.7 )
---
updated-dependencies:
- dependency-name: actions/cache
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-08-15 04:02:16 +00:00
Eugene Yokota
5939266233
Convert to slash syntax
2022-08-13 22:16:40 -04:00
Eugene Yokota
e8b2a198fb
Use dataclass-scalafix for code gen
...
This uses https://github.com/hamnis/dataclass-scalafix .
2022-08-13 22:01:29 -04:00
Eugene Yokota
25ea593d42
Fix test prep step
2022-08-13 22:00:52 -04:00
Eugene Yokota
d1a5206484
Ignore metals files
2022-08-12 14:23:29 -04:00
Eugene Yokota
22bac78b34
Move out custom methods in data-classes to syntax package
...
These are mostly unused, so we might be able to get rid of them too eventually?
2022-08-12 14:23:29 -04:00
Eugene Yokota
ca6704b6b0
Move out data classes to its own subproject
2022-08-12 14:23:29 -04:00
Eugene Yokota
db3810551d
Refactor build
...
Deduplicate lm-ivy selection to an ad-hoc setting.
2022-08-12 14:23:27 -04:00
Alexandre Archambault
f3a28b97b7
Merge pull request #404 from alexarchambault/sbt-1.5.6
...
Update sbt to 1.5.6
2022-08-12 20:15:54 +02:00
Alexandre Archambault
117ff375b9
Ignore scala-xml version mismatch in 2.13
...
Hope this isn't a problem downstream…
2022-08-12 17:57:37 +02:00
Alexandre Archambault
f73ea018ed
Revert "Update scala-xml to 2.1.0 ( #387 )"
...
This reverts commit 18a72e4975 .
2022-08-12 17:44:13 +02:00
Alexandre Archambault
240725e35f
Update sbt to 1.5.6
2022-08-12 17:31:51 +02:00
Alexandre Archambault
8501e265b5
Merge pull request #401 from alexarchambault/sbt-mainline
...
Use mainline sbt launcher on CI
2022-08-12 17:24:31 +02:00
Alexandre Archambault
b587076320
Address deprecation warning
2022-08-12 14:51:31 +02:00
Alexandre Archambault
c89ba1c4ff
Remove unused script
2022-08-12 14:51:31 +02:00
Alexandre Archambault
a301c86d6d
Use mainline sbt launcher on CI
2022-08-12 14:51:31 +02:00
Alexandre Archambault
9ac7e77c1c
Update coursier to 2.1.0-M6-49-gff26f8e39 ( #402 )
2022-08-12 14:48:39 +02:00
dependabot[bot]
c82bb68a1e
Bump actions/checkout from 2 to 3 ( #385 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v2...v3 )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-12 12:20:13 +02:00
Alexandre Archambault
890efe1619
Update coursier to 2.1.0-M6-28-gbad85693f ( #392 )
2022-08-12 11:58:04 +02:00
Eugene Yokota
f9453d67c6
Temporarily fork to org.scala-sbt
2022-08-12 00:43:36 -04:00