Skip to content

Commit

Permalink
Update shapeless to 2.3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Mar 3, 2025
1 parent 60689e4 commit a959e48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ object Deps {
def pprint = ivy"com.lihaoyi::pprint::0.9.0"
def scalaCompiler(sv: String) = ivy"org.scala-lang:scala-compiler:$sv"
def scalaReflect(sv: String) = ivy"org.scala-lang:scala-reflect:$sv"
def shapeless = ivy"com.chuusai::shapeless::2.3.12"
def shapeless = ivy"com.chuusai::shapeless::2.3.13"
def sourcecode = ivy"com.lihaoyi::sourcecode::0.4.2"
def utest = ivy"com.lihaoyi::utest::0.8.5"
}
Expand Down

0 comments on commit a959e48

Please sign in to comment.