File tree 2 files changed +3
-3
lines changed
src/main/scala/fr/brouillard/gitbucket/announce/controller
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ lazy val root = (project in file(".")).enablePlugins(SbtTwirl)
7
7
organization := Organization
8
8
name := ProjectName
9
9
version := ProjectVersion
10
- scalaVersion := " 2.12.2 "
10
+ scalaVersion := " 2.12.4 "
11
11
12
12
libraryDependencies ++= Seq (
13
- " io.github.gitbucket" %% " gitbucket" % " 4.17 .0" % " provided" ,
13
+ " io.github.gitbucket" %% " gitbucket" % " 4.19 .0" % " provided" ,
14
14
" io.github.gitbucket" % " solidbase" % " 1.0.2" % " provided" ,
15
15
" com.typesafe.play" %% " twirl-compiler" % " 1.3.0" % " provided" ,
16
16
" org.apache.commons" % " commons-email" % " 1.4" % " provided" ,
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import gitbucket.core.controller.ControllerBase
8
8
import gitbucket .core .service .{AccountService , SystemSettingsService }
9
9
import gitbucket .core .util .{AdminAuthenticator , Mailer }
10
10
import io .github .gitbucket .markedj .{Marked , Options }
11
- import io . github . gitbucket .scalatra .forms ._
11
+ import org .scalatra .forms ._
12
12
import org .apache .commons .mail .EmailException
13
13
import org .slf4j .LoggerFactory
14
14
import gitbucket .core .util .Implicits ._
You can’t perform that action at this time.
0 commit comments