mirror of https://github.com/sbt/sbt.git
Update data-class to 0.2.2 (#207)
This commit is contained in:
parent
b03f069112
commit
ec51d9521e
|
|
@ -25,7 +25,7 @@ lazy val `lm-coursier` = project
|
|||
Mima.lmCoursierFilters,
|
||||
libraryDependencies ++= Seq(
|
||||
"io.get-coursier" %% "coursier" % coursierVersion0,
|
||||
"io.github.alexarchambault" %% "data-class" % "0.2.1" % Provided,
|
||||
"io.github.alexarchambault" %% "data-class" % "0.2.2" % Provided,
|
||||
// We depend on librarymanagement-ivy rather than just
|
||||
// librarymanagement-core to handle the ModuleDescriptor passed
|
||||
// to DependencyResolutionInterface.update, which is an
|
||||
|
|
@ -57,7 +57,7 @@ lazy val `lm-coursier-shaded` = project
|
|||
),
|
||||
libraryDependencies ++= Seq(
|
||||
"io.get-coursier" %% "coursier" % coursierVersion0 % "shaded",
|
||||
"io.github.alexarchambault" %% "data-class" % "0.2.1" % Provided,
|
||||
"io.github.alexarchambault" %% "data-class" % "0.2.2" % Provided,
|
||||
"org.scala-lang.modules" %% "scala-xml" % "1.3.0", // depending on that one so that it doesn't get shaded
|
||||
"org.scala-sbt" %% "librarymanagement-ivy" % "1.3.2",
|
||||
"org.scalatest" %% "scalatest" % "3.1.1" % Test
|
||||
|
|
|
|||
Loading…
Reference in New Issue