https://github.com/clulab/reach
Raw File
Tip revision: 93e81ab8d1ddd3a230f328f3c2f147295ac6ae70 authored by Marco Antonio Valenzuela Escárcega on 08 June 2018, 04:27:51 UTC
docker external files
Tip revision: 93e81ab
plugins.sbt
// used for building project website
resolvers += "jgit-repo" at "http://download.eclipse.org/jgit/maven"
addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.5.4")
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "1.1")
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.3")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.3")
addSbtPlugin("se.marcuslonnberg" % "sbt-docker" % "1.5.0")
back to top