Skip to content

Commit

Permalink
Update shapeless3-typeable to 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 12, 2024
1 parent 7023286 commit 9c20bad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ lazy val `cats-scalatest` = crossProject(JVMPlatform, JSPlatform)
libraryDependencies ++= Seq(
"org.typelevel" %%% "cats-core" % catsVersion,
"org.scalatest" %%% "scalatest" % "3.2.17",
"org.typelevel" %%% "shapeless3-typeable" % "3.3.0"
"org.typelevel" %%% "shapeless3-typeable" % "3.4.0"
)
)

0 comments on commit 9c20bad

Please sign in to comment.