Skip to content

Commit

Permalink
Update shapeless to 2.3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 19, 2024
1 parent c3c3bf3 commit 4b6278d
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 @@ -41,7 +41,7 @@ ThisBuild / scalacOptions ++= {
}

ThisBuild / libraryDependencies ++= Seq(
"com.chuusai" %% "shapeless" % "2.3.10",
"com.chuusai" %% "shapeless" % "2.3.12",
"com.davegurnell" %% "unindent" % "1.8.0",
"org.apache.commons" % "commons-text" % "1.9",
"org.scalatest" %% "scalatest" % "3.2.13" % Test,
Expand Down

0 comments on commit 4b6278d

Please sign in to comment.