Skip to content

Commit

Permalink
Update shapeless to 2.3.11 (#313)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored May 17, 2024
1 parent fafde06 commit d6cc438
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.10"
"com.chuusai" %% "shapeless" % "2.3.11"
)
)

0 comments on commit d6cc438

Please sign in to comment.