Skip to content

Instantly share code, notes, and snippets.

@reynoldsm88
Created August 22, 2019 21:45
Show Gist options
  • Save reynoldsm88/e61d7808eda5506a135f0eb2444f7043 to your computer and use it in GitHub Desktop.
Save reynoldsm88/e61d7808eda5506a135f0eb2444f7043 to your computer and use it in GitHub Desktop.
lazy val root = ( project in file( "." ) ).settings( libraryDependencies ++= elastic4s
++ scalaTest
++ betterFiles
++ commonsTestBase,
excludeDependencies ++= Seq( ExclusionRule( "org.slf4j", "slf4j-log4j12" ) ) )
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment