Skip to content

Commit 8950c96

Browse files
committed
add/update sbt plugins
1 parent 48d82a6 commit 8950c96

File tree

3 files changed

+11
-7
lines changed

3 files changed

+11
-7
lines changed

build.sbt

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
11
organization := "gitbucket"
2-
32
name := "pages-plugin"
4-
5-
version := "0.5-SNAPSHOT"
6-
73
scalaVersion := "2.11.8"
8-
94
scalacOptions := Seq("-unchecked", "-deprecation", "-encoding", "utf8", "-feature")
105

116
resolvers += Resolver.jcenterRepo
12-
137
resolvers += "amateras-repo" at "http://amateras.sourceforge.jp/mvn/"
148

159
libraryDependencies ++= Seq(
16-
"gitbucket" % "gitbucket-assembly" % "3.13.0" % "provided",
10+
"gitbucket" % "gitbucket-assembly" % "4.0.0" % "provided",
1711
"javax.servlet" % "javax.servlet-api" % "3.1.0" % "provided"
1812
)

project/plugins.sbt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
11
addSbtPlugin("org.scalariform" % "sbt-scalariform" % "1.6.0")
2+
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.13.0")
3+
addSbtPlugin("net.virtual-void" % "sbt-dependency-graph" % "0.8.2")
4+
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.1.10")
5+
addSbtPlugin("com.typesafe.sbt" % "sbt-license-report" % "1.1.0")
6+
addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "0.8.5")
7+
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "1.5.1")

version.sbt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
useJGit
2+
enablePlugins(GitVersioning)
3+
git.useGitDescribe := true
4+
git.uncommittedSignifier := None

0 commit comments

Comments
 (0)