Created
May 22, 2020 02:02
-
-
Save dnatic09/59a43c5b7da514a2f58ee5283f046578 to your computer and use it in GitHub Desktop.
Dependency snippet to import TestContainers-Scala
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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