We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3ad7472 commit 21c6d8bCopy full SHA for 21c6d8b
project/build.scala
@@ -25,8 +25,8 @@ object MyBuild extends Build {
25
"amateras-repo" at "http://amateras.sourceforge.jp/mvn/"
26
),
27
libraryDependencies ++= Seq(
28
- "gitbucket" % "gitbucket-assembly" % "3.1.1",
29
- "com.typesafe.play" %% "twirl-compiler" % "1.0.2",
+ "gitbucket" % "gitbucket-assembly" % "3.1.1" % "provided",
+ "com.typesafe.play" %% "twirl-compiler" % "1.0.2" % "provided",
30
"javax.servlet" % "javax.servlet-api" % "3.1.0" % "provided"
31
32
javacOptions in compile ++= Seq("-target", "7", "-source", "7")
0 commit comments