We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a70a0ea commit 63bda79Copy full SHA for 63bda79
build.sbt
@@ -72,7 +72,7 @@ lazy val `mysql-init-custom-resource` = (project in file("."))
72
"com.github.julien-truffaut" %% "monocle-core" % monocleVersion % Test,
73
"com.github.julien-truffaut" %% "monocle-macro" % monocleVersion % Test,
74
"org.http4s" %% "http4s-dsl" % http4sVersion % Test,
75
- "com.eed3si9n.expecty" %% "expecty" % "0.15.4" % Test,
+ "com.eed3si9n.expecty" %% "expecty" % "0.17.1" % Test,
76
"software.amazon.awssdk" % "sts" % awsSdkVersion % Test,
77
"eu.timepit" %% "refined-scalacheck" % refinedV % Test,
78
"org.typelevel" %% "cats-laws" % "2.7.0" % Test,
0 commit comments