Skip to content

Commit c54de58

Browse files
committed
fix dynalite dependency scope, fixes #1171
1 parent 86b4a96 commit c54de58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@ lazy val `kamon-aws-sdk` = (project in file("instrumentation/kamon-aws-sdk"))
612612

613613
scalatest % "test",
614614
logbackClassic % "test",
615-
"org.testcontainers" % "dynalite" % "1.17.1"
615+
"org.testcontainers" % "dynalite" % "1.17.1" % "test"
616616
)
617617
).dependsOn(`kamon-core`, `kamon-executors`, `kamon-testkit` % "test")
618618

0 commit comments

Comments
 (0)