Skip to content

Commit e3490aa

Browse files
committed
Moved redis to integration test
1 parent 58dba0e commit e3490aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ lazy val redis_intro = (project in file("scala-libraries-standalone/redis-intro"
450450
libraryDependencies ++= Seq(
451451
"redis.clients" % "jedis" % "4.3.1",
452452
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.14.1",
453-
"org.scalatestplus" %% "mockito-3-4" % "3.2.10.0" % Test
453+
"org.scalatestplus" %% "mockito-3-4" % "3.2.10.0" % "it"
454454
),
455455
Defaults.itSettings
456456
)

0 commit comments

Comments
 (0)