File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11val Organization = " gitbucket"
2- val Name = " gitbucket-gist-plugin"
3- val Version = " 4.2.0"
2+ val ProjectName = " gitbucket-gist-plugin"
3+ val ProjectVersion = " 4.2.0"
44
55lazy val root = (project in file(" ." )).enablePlugins(SbtTwirl )
66
77organization := Organization
8- name := Name
9- version := Version
8+ name := ProjectName
9+ version := ProjectVersion
1010scalaVersion := " 2.11.8"
1111
1212resolvers ++= Seq (
@@ -15,7 +15,7 @@ resolvers ++= Seq(
1515)
1616
1717libraryDependencies ++= Seq (
18- " gitbucket" % " gitbucket-assembly" % " 4.0 .0" % " provided" ,
18+ " gitbucket" % " gitbucket-assembly" % " 4.2 .0" % " provided" ,
1919 " com.typesafe.play" %% " twirl-compiler" % " 1.0.4" % " provided" ,
2020 " javax.servlet" % " javax.servlet-api" % " 3.1.0" % " provided"
2121)
You can’t perform that action at this time.
0 commit comments