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 1
1
val 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"
4
4
5
5
lazy val root = (project in file(" ." )).enablePlugins(SbtTwirl )
6
6
7
7
organization := Organization
8
- name := Name
9
- version := Version
8
+ name := ProjectName
9
+ version := ProjectVersion
10
10
scalaVersion := " 2.11.8"
11
11
12
12
resolvers ++= Seq (
@@ -15,7 +15,7 @@ resolvers ++= Seq(
15
15
)
16
16
17
17
libraryDependencies ++= Seq (
18
- " gitbucket" % " gitbucket-assembly" % " 4.0 .0" % " provided" ,
18
+ " gitbucket" % " gitbucket-assembly" % " 4.2 .0" % " provided" ,
19
19
" com.typesafe.play" %% " twirl-compiler" % " 1.0.4" % " provided" ,
20
20
" javax.servlet" % " javax.servlet-api" % " 3.1.0" % " provided"
21
21
)
You can’t perform that action at this time.
0 commit comments