Skip to content

Instantly share code, notes, and snippets.

@mdedetrich
Created September 17, 2015 06:29
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 mdedetrich/ea95947c9b8e35a4d849 to your computer and use it in GitHub Desktop.
Save mdedetrich/ea95947c9b8e35a4d849 to your computer and use it in GitHub Desktop.
Issue with rubygems + sbt
name := "rubygems-test"
resolvers += "rubygems-releases" at "http://rubygems-proxy.torquebox.org/releases"
libraryDependencies ++= Seq("org.mdedetrich" % "java-premailer-wrapper" % "1.1_1.8.4")
scalaVersion := "2.11.7"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment