Created
December 7, 2019 10:11
-
-
Save samuelorji/6c00e2c540bdee76f8829c4fc7e19e3d to your computer and use it in GitHub Desktop.
very short sbt config
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
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