Skip to content

Commit bbebcba

Browse files
authored
Merge pull request #827 from Dwolla/update/expecty-0.17.1
Update expecty to 0.17.1
2 parents 4c4b9bb + 923270a commit bbebcba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ lazy val `fs2-utils` = crossProject(JSPlatform, JVMPlatform)
3232
libraryDependencies ++= Seq(
3333
"co.fs2" %%% "fs2-core" % fs2Version,
3434
"org.scalameta" %%% "munit" % "1.2.1" % Test,
35-
"com.eed3si9n.expecty" %%% "expecty" % "0.17.0" % Test,
35+
"com.eed3si9n.expecty" %%% "expecty" % "0.17.1" % Test,
3636
"org.typelevel" %%% "munit-cats-effect" % "2.1.0" % Test,
3737
),
3838
)

0 commit comments

Comments
 (0)