Skip to content

Commit

Permalink
Update shapeless to 2.3.10 (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Sep 14, 2022
1 parent 2b8e707 commit 6da75a2
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 @@ -8,6 +8,6 @@ object Deps {
import Def.setting

def scalacheck = setting("org.scalacheck" %%% "scalacheck" % "1.16.0")
def shapeless = setting("com.chuusai" %%% "shapeless" % "2.3.9")
def shapeless = setting("com.chuusai" %%% "shapeless" % "2.3.10")
def utest = setting("com.lihaoyi" %%% "utest" % "0.8.1")
}

0 comments on commit 6da75a2

Please sign in to comment.