File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change 1
- val Organization = " gitbucket"
1
+ val Organization = " io.github. gitbucket"
2
2
val ProjectName = " gitbucket-gist-plugin"
3
3
val ProjectVersion = " 4.3.0"
4
4
@@ -9,15 +9,10 @@ name := ProjectName
9
9
version := ProjectVersion
10
10
scalaVersion := " 2.11.8"
11
11
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
-
17
12
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"
21
16
)
22
17
23
18
scalacOptions := Seq (" -deprecation" , " -feature" , " -language:postfixOps" )
You can’t perform that action at this time.
0 commit comments