Skip to content

Commit

Permalink
Merge pull request #2371 from scalacenter/update/expecty-0.16.0
Browse files Browse the repository at this point in the history
build(deps): Update expecty from 0.15.4 to 0.16.0
  • Loading branch information
tgodzik authored Jul 12, 2024
2 parents 8092d59 + 27f8b2d commit 9927e6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ object Dependencies {

val utest = "com.lihaoyi" %% "utest" % "0.8.3"
def munit = "org.scalameta" %% "munit" % "0.7.29"
def expecty = "com.eed3si9n.expecty" %% "expecty" % "0.15.4"
def expecty = "com.eed3si9n.expecty" %% "expecty" % "0.16.0"
val pprint = "com.lihaoyi" %% "pprint" % "0.9.0"
val oslib = "com.lihaoyi" %% "os-lib" % "0.9.0"
val junit = "com.github.sbt" % "junit-interface" % junitVersion
Expand Down

0 comments on commit 9927e6a

Please sign in to comment.