Skip to content

Commit

Permalink
Update shapeless to 2.3.12 (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored May 19, 2024
1 parent d6cc438 commit f720f45
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 @@ -137,6 +137,6 @@ lazy val scala3 = createProject("scala3", Scala3)
lazy val shapeless = createProject("shapeless", Scala2_13)
.settings(
libraryDependencies ++= Seq(
"com.chuusai" %% "shapeless" % "2.3.11"
"com.chuusai" %% "shapeless" % "2.3.12"
)
)

0 comments on commit f720f45

Please sign in to comment.