Commit Graph

2137 Commits

Author SHA1 Message Date
Adrien Piquerez 3ddf025c55
Merge pull request #429 from adpi2/coursier-2.1.0-RC1
Update coursier to 2.1.0-RC1
2022-11-10 15:42:06 +01:00
Adrien Piquerez ce16f8914e Update coursier to 2.1.0-RC1 2022-11-10 14:59:06 +01:00
Tomasz Godzik e662168496
Merge pull request #428 from scala-steward/update/sbt-1.7.3
Update sbt, scripted-plugin to 1.7.3
2022-11-02 15:52:48 +01:00
Scala Steward 8b08a62ffc
Update sbt, scripted-plugin to 1.7.3 2022-11-02 13:34:16 +00:00
Tomasz Godzik 93244bf665
Merge pull request #427 from ckipp01/scalaxmlannoyingusall
chore(deps): bump scala-xml to 2.1.0
2022-11-02 10:10:57 +01:00
Chris Kipp 02486bce1e chore(deps): bump scala-xml to 2.1.0
Same reason that I had for https://github.com/coursier/coursier/pull/2548 but
since sbt 1.7.3 was released a bunch of people will see the following:

```
03:31:06  [info] loading global plugins from /root/.sbt/1.0/plugins
03:31:10  [error] java.lang.RuntimeException: found version conflict(s) in library dependencies; some are suspected to be binary incompatible:
03:31:10  [error]
03:31:10  [error] * org.scala-lang.modules:scala-xml_2.12:2.1.0 (early-semver) is selected over {1.3.0, 1.2.0, 1.0.6}
03:31:10  [error]     +- org.scala-lang:scala-compiler:2.12.17              (depends on 2.1.0)
03:31:10  [error]     +- org.scala-sbt:testing_2.12:1.7.3                   (depends on 1.3.0)
03:31:10  [error]     +- org.scala-sbt:sbinary_2.12:0.5.1                   (depends on 1.0.6)
03:31:10  [error]     +- org.scala-sbt:main_2.12:1.7.3                      (depends on 1.3.0)
03:31:10  [error]     +- org.scala-sbt:librarymanagement-core_2.12:1.7.1    (depends on 1.2.0)
03:31:10  [error]     +- io.get-coursier:lm-coursier-shaded_2.12:2.0.12     (depends on 1.3.0)
```
Since there is a mismatch of scala-xml all over the place. Since Scala has bumped
I think it's appropriate the everyone else bumps as well. sbt has also merged in
this change for the 1.8.x series.

Relates to https://github.com/sbt/sbt/issues/6997.
2022-10-31 09:32:43 +01:00
Alexandre Archambault daf3f3dd65
Update coursier to 2.1.0-M7-39-gb8f3d7532 (#426) 2022-10-30 15:06:51 +01:00
Scala Steward 6e42e4d7bb
Update scala-library to 2.12.17 (#414) 2022-10-28 18:07:36 +02:00
Alexandre Archambault 30321c784e
Merge pull request #421 from scala-steward/update/coursier-2.1.0-M7-34-gf519b50a3
Update coursier to 2.1.0-M7-34-gf519b50a3
2022-10-28 17:32:54 +02:00
Scala Steward b1fca0a553 Update coursier to 2.1.0-M7-34-gf519b50a3 2022-10-28 16:39:57 +02:00
Alexandre Archambault 0b49f74571 Ignore scala-xml major version bump 2022-10-28 16:39:57 +02:00
Alexandre Archambault 3fea17c278 Enable reload on change 2022-10-28 16:39:57 +02:00
dependabot[bot] 02f927b4a2
Bump coursier/cache-action from 6.3 to 6.4 (#424)
Bumps [coursier/cache-action](https://github.com/coursier/cache-action) from 6.3 to 6.4.
- [Release notes](https://github.com/coursier/cache-action/releases)
- [Commits](https://github.com/coursier/cache-action/compare/v6.3...v6.4)

---
updated-dependencies:
- dependency-name: coursier/cache-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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-10-24 14:25:55 +02:00
Scala Steward f726a523ac
Update sbt-ci-release to 1.5.11 (#423) 2022-10-24 10:26:55 +02:00
dependabot[bot] 1a95cb63df
Bump coursier/setup-action from 1.2.1 to 1.3.0 (#425)
Bumps [coursier/setup-action](https://github.com/coursier/setup-action) from 1.2.1 to 1.3.0.
- [Release notes](https://github.com/coursier/setup-action/releases)
- [Commits](https://github.com/coursier/setup-action/compare/v1.2.1...v1.3.0)

---
updated-dependencies:
- dependency-name: coursier/setup-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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-10-24 10:26:30 +02:00
Scala Steward 8256650592
Update slf4j-api to 2.0.3 (#422) 2022-10-20 10:26:21 +02:00
Scala Steward 38f75d3de5
Update coursier to 2.1.0-M7-18-g67daad6a9 (#417)
* Update coursier to 2.1.0-M7-18-g67daad6a9

* Update shading config

Co-authored-by: Alexandre Archambault <alexandre.archambault@gmail.com>
2022-10-18 17:38:11 +02:00
Scala Steward bf9ff1c520
Update scala-library to 2.13.10 (#418)
* Update scala-library to 2.13.10

* Bump semanticdb version too

Co-authored-by: Alexandre Archambault <alexandre.archambault@gmail.com>
2022-10-18 17:08:15 +02:00
Scala Steward 76a320c98e
Update sbt-scalafix to 0.10.4 (#416) 2022-10-18 16:10:52 +02:00
Scala Steward 2f1d19ab8c
Update sbt, scripted-plugin to 1.7.2 (#419) 2022-10-18 16:10:43 +02:00
Scala Steward 12db8905df
Update scalatest to 3.2.14 (#420) 2022-10-18 16:10:36 +02:00
Scala Steward 3472493638
Update sbt-mima-plugin to 1.1.1 (#413) 2022-09-19 10:16:06 +02:00
Scala Steward 32e67efb58
Update sbt-scalafix to 0.10.2 (#412) 2022-09-19 10:15:51 +02:00
Scala Steward 0f465e23aa
Update dataclass-annotation, ... to 0.1.0 (#411) 2022-09-13 11:22:44 +02:00
Scala Steward dc69ec56df
Update utest to 0.8.1 (#410) 2022-09-07 19:05:20 +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
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