sbt, the interactive build tool
Go to file
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
.github Bump coursier/cache-action from 6.3 to 6.4 (#424) 2022-10-24 14:25:55 +02:00
metadata@95874ca5bd Bump metadata submodule 2020-09-15 11:33:20 +02:00
modules Use dataclass-scalafix for code gen 2022-08-13 22:01:29 -04:00
project Update scala-library to 2.12.17 (#414) 2022-10-28 18:07:36 +02:00
scripts Ensure lmcoursier can load jniutils stuff fine on Windows 2022-08-15 18:24:42 +02:00
.gitignore Ignore metals files 2022-08-12 14:23:29 -04:00
.gitmodules Use handmade metadata from separate repo 2018-10-01 16:55:27 +02:00
LICENSE Add LICENSE file 2016-11-10 11:24:46 -08:00
README.md Update README.md 2020-09-15 17:34:46 +02:00
build.sbt chore(deps): bump scala-xml to 2.1.0 2022-10-31 09:32:43 +01:00

README.md

sbt-coursier

Build status Maven Central

sbt plugins of coursier

See the coursier documentation for more details.