Skip to content

Commit 37f6b92

Browse files
committed
update scalatest to 3.2.19
1 parent d7c4325 commit 37f6b92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import sbt._
22

33
object Dependencies {
4-
val scalatest = "org.scalatest" %% "scalatest" % "3.2.18" % Test
4+
val scalatest = "org.scalatest" %% "scalatest" % "3.2.19" % Test
55
val `kind-projector` = "org.typelevel" % "kind-projector" % "0.13.3"
66
val `cats-effect` = "org.typelevel" %% "cats-effect" % "3.5.5"
77
}

0 commit comments

Comments
 (0)