We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b0ed8b commit bd7474dCopy full SHA for bd7474d
build.sbt
@@ -3,6 +3,10 @@ organization := "io.github.gitbucket"
3
version := "1.0.2"
4
scalaVersion := "2.11.8"
5
6
+resolvers ++= Seq(
7
+ "bkromhout-maven" at "https://dl.bintray.com/bkromhout/maven/"
8
+)
9
+
10
libraryDependencies ++= Seq(
11
"io.github.gitbucket" %% "gitbucket" % "4.9.0" % "provided",
12
"javax.servlet" % "javax.servlet-api" % "3.1.0" % "provided"
0 commit comments