Skip to content

Commit bd7474d

Browse files
committed
fixed build error
1 parent 1b0ed8b commit bd7474d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

build.sbt

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ organization := "io.github.gitbucket"
33
version := "1.0.2"
44
scalaVersion := "2.11.8"
55

6+
resolvers ++= Seq(
7+
"bkromhout-maven" at "https://dl.bintray.com/bkromhout/maven/"
8+
)
9+
610
libraryDependencies ++= Seq(
711
"io.github.gitbucket" %% "gitbucket" % "4.9.0" % "provided",
812
"javax.servlet" % "javax.servlet-api" % "3.1.0" % "provided"

0 commit comments

Comments
 (0)