Skip to content

Commit 40d38fc

Browse files
committed
Update dependency to use thin jar in Maven central
1 parent e232b9a commit 40d38fc

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

build.sbt

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
val Organization = "gitbucket"
1+
val Organization = "io.github.gitbucket"
22
val ProjectName = "gitbucket-gist-plugin"
33
val ProjectVersion = "4.3.0"
44

@@ -9,15 +9,10 @@ name := ProjectName
99
version := ProjectVersion
1010
scalaVersion := "2.11.8"
1111

12-
resolvers ++= Seq(
13-
"amateras-repo" at "http://amateras.sourceforge.jp/mvn/",
14-
"amateras-snapshot-repo" at "http://amateras.sourceforge.jp/mvn-snapshot/"
15-
)
16-
1712
libraryDependencies ++= Seq(
18-
"gitbucket" % "gitbucket-assembly" % "4.3.0" % "provided",
19-
"com.typesafe.play" %% "twirl-compiler" % "1.0.4" % "provided",
20-
"javax.servlet" % "javax.servlet-api" % "3.1.0" % "provided"
13+
"io.github.gitbucket" %% "gitbucket" % "4.3.0" % "provided",
14+
"com.typesafe.play" %% "twirl-compiler" % "1.0.4" % "provided",
15+
"javax.servlet" % "javax.servlet-api" % "3.1.0" % "provided"
2116
)
2217

2318
scalacOptions := Seq("-deprecation", "-feature", "-language:postfixOps")

0 commit comments

Comments
 (0)