We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e4eca6 commit ffdf2b9Copy full SHA for ffdf2b9
build.sbt
@@ -34,7 +34,7 @@ lazy val root = (project in file("."))
34
// scope should be "compile-internal" but IntelliJ does not understand it https://youtrack.jetbrains.com/issue/SCL-18284
35
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.27.7" % "provided",
36
// Testing
37
- "org.scalatest" %% "scalatest" % "3.2.18" % Test,
+ "org.scalatest" %% "scalatest" % "3.2.19" % Test,
38
"org.typelevel" %% "cats-effect-testing-scalatest" % "1.5.0" % Test
39
)
40
0 commit comments