Skip to content

Instantly share code, notes, and snippets.

@samuelorji
Created December 7, 2019 10:11
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 samuelorji/6c00e2c540bdee76f8829c4fc7e19e3d to your computer and use it in GitHub Desktop.
Save samuelorji/6c00e2c540bdee76f8829c4fc7e19e3d to your computer and use it in GitHub Desktop.
very short sbt config
name := "phony"
version := "0.1"
scalaVersion := "2.12.6"
organization := "com.phony"
libraryDependencies += "com.googlecode.libphonenumber" % "libphonenumber" % "8.10.23"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment