Skip to content

Instantly share code, notes, and snippets.

@jainnancy
Created August 31, 2018 06:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jainnancy/a6043756a4deb507594ee9b3ab5c216e to your computer and use it in GitHub Desktop.
Save jainnancy/a6043756a4deb507594ee9b3ab5c216e to your computer and use it in GitHub Desktop.
The build.sbt is a file which describes project settings.
name := "ProxyDesignPattern"
version := "0.1"
scalaVersion := "2.12.6"
// https://mvnrepository.com/artifact/org.slf4j/slf4j-log4j12
libraryDependencies ++= Seq("org.slf4j" % "slf4j-api" % "1.7.5",
"org.slf4j" % "slf4j-simple" % "1.7.5")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment