We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aef78c4 commit 0574c81Copy full SHA for 0574c81
1 file changed
project/Deps.scala
@@ -5,7 +5,7 @@ import org.portablescala.sbtplatformdeps.PlatformDepsPlugin.autoImport._
5
object Deps {
6
import Def.{setting => dep}
7
8
- val scalaTest = dep("org.scalatest" %%% "scalatest" % "3.2.19")
+ val scalaTest = dep("org.scalatest" %%% "scalatest" % "3.2.20")
9
10
val scalaReflect = dep("org.scala-lang" % "scala-reflect")
11
val cats = dep("org.typelevel" %%% "cats-core" % "2.13.0")
0 commit comments