mirror of https://github.com/sbt/sbt.git
[2.x] Update Coursier to version 2.1.25-M26 (#9393)
Includes performance improvements. https://github.com/coursier/coursier/compare/v2.1.25-M25...v2.1.25-M26 Co-authored-by: Jason Zaugg <jzaugg@gmail.com>
This commit is contained in:
parent
3dd7c92979
commit
af37f1f765
|
|
@ -121,7 +121,7 @@ object Dependencies {
|
|||
|
||||
// lm-coursier dependencies
|
||||
val dataclassScalafixVersion = "0.3.0"
|
||||
val coursierVersion = "2.1.25-M25"
|
||||
val coursierVersion = "2.1.25-M26"
|
||||
|
||||
val coursier = ("io.get-coursier" %% "coursier" % coursierVersion)
|
||||
.cross(CrossVersion.for3Use2_13)
|
||||
|
|
|
|||
Loading…
Reference in New Issue