Skip to content

Instantly share code, notes, and snippets.

@samuelorji
Created December 11, 2019 13:36
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/ba0b46c199bd9b6f3a4561dd0460602f to your computer and use it in GitHub Desktop.
Save samuelorji/ba0b46c199bd9b6f3a4561dd0460602f to your computer and use it in GitHub Desktop.
build.sbt with bumped version
name := "phony"
version := "0.2"
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