Created
July 1, 2017 09:49
-
-
Save harmeetsingh0013/1d7f1f89f9840ae0e2c26740c363e9fb to your computer and use it in GitHub Desktop.
This file contains 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
credentials += Credentials(Path.userHome / ".lightbend" / "commercial.credentials") | |
resolvers += Resolver.url("lightbend-commercial", | |
url("https://repo.lightbend.com/commercial-releases"))(Resolver.ivyStylePatterns) | |
addSbtPlugin("com.lightbend.cinnamon" % "sbt-cinnamon" % "2.4.2") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment