Skip to content

Commit 5f1d64f

Browse files
committed
Update build.sbt
1 parent 8e483d0 commit 5f1d64f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

build.sbt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
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"
44

55
lazy val root = (project in file(".")).enablePlugins(SbtTwirl)
66

77
organization := Organization
8-
name := Name
9-
version := Version
8+
name := ProjectName
9+
version := ProjectVersion
1010
scalaVersion := "2.11.8"
1111

1212
resolvers ++= Seq(
@@ -15,7 +15,7 @@ resolvers ++= Seq(
1515
)
1616

1717
libraryDependencies ++= 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
)

0 commit comments

Comments
 (0)