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 58dba0e commit e3490aaCopy full SHA for e3490aa
build.sbt
@@ -450,7 +450,7 @@ lazy val redis_intro = (project in file("scala-libraries-standalone/redis-intro"
450
libraryDependencies ++= Seq(
451
"redis.clients" % "jedis" % "4.3.1",
452
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.14.1",
453
- "org.scalatestplus" %% "mockito-3-4" % "3.2.10.0" % Test
+ "org.scalatestplus" %% "mockito-3-4" % "3.2.10.0" % "it"
454
),
455
Defaults.itSettings
456
)
0 commit comments