Skip to content

Commit

Permalink
fix dynalite dependency scope, fixes #1171
Browse files Browse the repository at this point in the history
  • Loading branch information
ivantopo committed Jun 8, 2022
1 parent 86b4a96 commit c54de58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -612,7 +612,7 @@ lazy val `kamon-aws-sdk` = (project in file("instrumentation/kamon-aws-sdk"))

scalatest % "test",
logbackClassic % "test",
"org.testcontainers" % "dynalite" % "1.17.1"
"org.testcontainers" % "dynalite" % "1.17.1" % "test"
)
).dependsOn(`kamon-core`, `kamon-executors`, `kamon-testkit` % "test")

Expand Down

0 comments on commit c54de58

Please sign in to comment.