Update data-class to 0.2.1 (#164)

This commit is contained in:
Scala Steward 2019-12-08 23:33:47 +01:00 committed by Alexandre Archambault
parent 3d70b6cdc7
commit 8e4b6220f5
1 changed files with 2 additions and 2 deletions

View File

@ -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.0" % Provided,
"io.github.alexarchambault" %% "data-class" % "0.2.1" % Provided,
// We depend on librarymanagement-ivy rather than just
// librarymanagement-core to handle the ModuleDescriptor passed
// to DependencyResolutionInterface.update, which is an
@ -56,7 +56,7 @@ lazy val `lm-coursier-shaded` = project
),
libraryDependencies ++= Seq(
"io.get-coursier" %% "coursier" % coursierVersion0 % "shaded",
"io.github.alexarchambault" %% "data-class" % "0.2.0" % Provided,
"io.github.alexarchambault" %% "data-class" % "0.2.1" % Provided,
"org.scala-lang.modules" %% "scala-xml" % "1.2.0", // depending on that one so that it doesn't get shaded
"org.scala-sbt" %% "librarymanagement-ivy" % "1.2.4",
"org.scalatest" %% "scalatest" % "3.1.0" % Test