From 819665579413e9e3c128a64fc60db49267cad765 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 15 Aug 2022 10:55:42 +0200 Subject: [PATCH] Update data-class to 0.2.6 (#405) --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index ebd85f79e..46cc29d5c 100644 --- a/build.sbt +++ b/build.sbt @@ -28,7 +28,7 @@ lazy val `lm-coursier` = project Mima.lmCoursierFilters, libraryDependencies ++= Seq( "io.get-coursier" %% "coursier" % coursierVersion0, - "io.github.alexarchambault" %% "data-class" % "0.2.5" % Provided, + "io.github.alexarchambault" %% "data-class" % "0.2.6" % Provided, // We depend on librarymanagement-ivy rather than just // librarymanagement-core to handle the ModuleDescriptor passed // to DependencyResolutionInterface.update, which is an @@ -97,7 +97,7 @@ lazy val `lm-coursier-shaded` = project }, libraryDependencies ++= Seq( "io.get-coursier" %% "coursier" % coursierVersion0, - "io.github.alexarchambault" %% "data-class" % "0.2.5" % Provided, + "io.github.alexarchambault" %% "data-class" % "0.2.6" % Provided, "org.scala-lang.modules" %% "scala-collection-compat" % "2.8.1", "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" % {