Skip to content

Instantly share code, notes, and snippets.

@dnatic09
Created May 22, 2020 02:02
Show Gist options
  • Save dnatic09/59a43c5b7da514a2f58ee5283f046578 to your computer and use it in GitHub Desktop.
Save dnatic09/59a43c5b7da514a2f58ee5283f046578 to your computer and use it in GitHub Desktop.
Dependency snippet to import TestContainers-Scala
libraryDependencies ++= Seq(
"org.scalatest" %% "scalatest" % "3.0.8" % Test,
"com.dimafeng" %% "testcontainers-scala-scalatest" % "0.37.0" % Test
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment