Skip to content

Commit

Permalink
Update shapeless to 2.3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 13, 2022
1 parent 56b7162 commit ea7b5df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/generic/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ name := "pureconfig-generic"
crossScalaVersions := Seq(scala212, scala213)

libraryDependencies ++= Seq(
"com.chuusai" %% "shapeless" % "2.3.9",
"com.chuusai" %% "shapeless" % "2.3.10",
"org.scala-lang" % "scala-reflect" % scalaVersion.value % Provided
)
2 changes: 1 addition & 1 deletion modules/magnolia/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ libraryDependencies ++= Seq(
"com.propensive" %% "magnolia" % "0.17.0",
"org.scala-lang" % "scala-reflect" % scalaVersion.value % Provided,
// We're using shapeless for illTyped in tests.
"com.chuusai" %% "shapeless" % "2.3.9" % Test
"com.chuusai" %% "shapeless" % "2.3.10" % Test
)

developers := List(
Expand Down

0 comments on commit ea7b5df

Please sign in to comment.