We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7c4325 commit 37f6b92Copy full SHA for 37f6b92
project/Dependencies.scala
@@ -1,7 +1,7 @@
1
import sbt._
2
3
object Dependencies {
4
- val scalatest = "org.scalatest" %% "scalatest" % "3.2.18" % Test
+ val scalatest = "org.scalatest" %% "scalatest" % "3.2.19" % Test
5
val `kind-projector` = "org.typelevel" % "kind-projector" % "0.13.3"
6
val `cats-effect` = "org.typelevel" %% "cats-effect" % "3.5.5"
7
}
0 commit comments