Skip to content

Commit

Permalink
GitBucket 4.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
takezoe committed Jan 24, 2018
1 parent 550db5d commit 376bf0b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 20 deletions.
15 changes: 2 additions & 13 deletions build.sbt
Expand Up @@ -4,20 +4,9 @@ organization := "org.codelibs.gitbucket"

version := "1.2.1-SNAPSHOT"

scalaVersion := "2.12.1"
scalaVersion := "2.12.4"

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

resolvers ++= Seq(
Resolver.jcenterRepo
)

libraryDependencies ++= Seq(
"io.github.gitbucket" %% "gitbucket" % "4.15.0" % "provided",
"com.typesafe.play" %% "twirl-compiler" % "1.3.0" % "provided",
"org.json4s" %% "json4s-jackson" % "3.5.0",
"javax.servlet" % "javax.servlet-api" % "3.0.1" % "provided"
)
gitbucketVersion := "4.20.0"

publishMavenStyle := true

Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
@@ -1 +1 @@
sbt.version = 0.13.13
sbt.version = 1.1.0
4 changes: 2 additions & 2 deletions project/plugins.sbt
@@ -1,2 +1,2 @@
addSbtPlugin("com.typesafe.sbt" % "sbt-twirl" % "1.3.0")
addSbtPlugin("com.geirsson" % "sbt-scalafmt" % "0.5.6")
addSbtPlugin("io.github.gitbucket" % "sbt-gitbucket-plugin" % "1.2.0")
addSbtPlugin("com.geirsson" % "sbt-scalafmt" % "1.4.0")
Expand Up @@ -7,9 +7,6 @@ import org.codelibs.gitbucket.fess.html
import gitbucket.core.util._
import gitbucket.core.util.Implicits._

import scala.reflect.ClassTag
import scala.reflect.runtime.universe._

class FessSearchController
extends FessSearchControllerBase
with FessSearchService
Expand Down
Expand Up @@ -2,8 +2,8 @@ package org.codelibs.gitbucket.fess.controller

import gitbucket.core.controller.ControllerBase
import gitbucket.core.util.AdminAuthenticator
import org.scalatra.forms._
import org.codelibs.gitbucket.fess.html
import io.github.gitbucket.scalatra.forms._
import org.codelibs.gitbucket.fess.service.FessSettingsService
import org.codelibs.gitbucket.fess.service.FessSettingsService._

Expand Down

0 comments on commit 376bf0b

Please sign in to comment.