Skip to content

Commit

Permalink
Merge pull request #958 from scala-steward/update/shapeless-2.3.5
Browse files Browse the repository at this point in the history
Update shapeless to 2.3.5
  • Loading branch information
mergify[bot] authored May 5, 2021
2 parents ffc9b00 + 7c7806f commit 6d9551b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ val catsVersion = "2.6.0"
val jsonpathVersion = "2.4.0"
val macroParadiseVersion = "2.1.1"
val pureconfigVersion = "0.15.0"
val shapelessVersion = "2.3.4"
val shapelessVersion = "2.3.5"
val scalaCheckVersion = "1.15.4"
val scalazVersion = "7.3.3"
val scodecVersion = "1.11.7"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,7 @@ class RefTypeConfigConvertSpec extends Properties("RefTypeConfigConvert") {
ConvertFailure(
reason = CannotConvert(
value = "0",
toType =
"eu.timepit.refined.api.Refined[Int,eu.timepit.refined.numeric.Greater[shapeless.nat._0]]",
toType = "eu.timepit.refined.api.Refined[Int,eu.timepit.refined.numeric.Positive]",
because = "Predicate failed: (0 > 0)."
),
origin = Some(ConfigOriginFactory.newSimple("String").withLineNumber(1)),
Expand All @@ -41,7 +40,7 @@ class RefTypeConfigConvertSpec extends Properties("RefTypeConfigConvert") {
reason = CannotConvert(
value = "0",
toType =
"eu.timepit.refined.api.Refined[scala.Int,eu.timepit.refined.numeric.Greater[shapeless.nat._0]]",
"eu.timepit.refined.api.Refined[scala.Int,eu.timepit.refined.numeric.Positive]",
because = "Predicate failed: (0 > 0)."
),
origin = Some(ConfigOriginFactory.newSimple("String").withLineNumber(1)),
Expand Down

0 comments on commit 6d9551b

Please sign in to comment.