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
srf-team-eai committed Aug 7, 2024
1 parent 5d482c2 commit 898972f
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 @@ -17,7 +17,7 @@ val testDependencies = Seq(
).map(_ % "test")

libraryDependencies ++= Seq(
"com.chuusai" %% "shapeless" % "2.3.3",
"com.chuusai" %% "shapeless" % "2.3.12",
"org.scala-lang.modules" %% "scala-xml" % "2.0.0",
"org.typelevel" %% "cats-core" % "2.6.1"
) ++ testDependencies ++ List(compilerPlugin("org.typelevel" % ("kind-projector_" + scalaVersion.value) % "0.13.0"))
Expand Down

0 comments on commit 898972f

Please sign in to comment.