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"
22val ProjectName = " gitbucket-gist-plugin"
33val ProjectVersion = " 4.3.0"
44
@@ -9,15 +9,10 @@ name := ProjectName
99version := ProjectVersion
1010scalaVersion := " 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-
1712libraryDependencies ++= 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
2318scalacOptions := Seq (" -deprecation" , " -feature" , " -language:postfixOps" )
You can’t perform that action at this time.
0 commit comments