Skip to content

Commit

Permalink
Update shapeless to 2.3.11 (#537)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jun 4, 2024
1 parent 77b4aa3 commit 536de8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Deps.scala
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ object Deps {
def pprint = setting("com.lihaoyi" %%% "pprint" % "0.8.1")
def scalaCompiler = setting("org.scala-lang" % "scala-compiler" % scalaVersion.value)
def scalaReflect = setting("org.scala-lang" % "scala-reflect" % scalaVersion.value)
def shapeless = setting("com.chuusai" %%% "shapeless" % "2.3.10")
def shapeless = setting("com.chuusai" %%% "shapeless" % "2.3.11")
def sourcecode = setting("com.lihaoyi" %%% "sourcecode" % "0.3.1")
def utest = setting("com.lihaoyi" %%% "utest" % "0.8.1")

Expand Down

0 comments on commit 536de8d

Please sign in to comment.