File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
fr/brouillard/gitbucket/announce/controller Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
val Organization = " fr.brouillard.gitbucket"
2
2
val ProjectName = " gitbucket-announce-plugin"
3
- val ProjectVersion = " 1.7.1 "
3
+ val ProjectVersion = " 1.7.2 "
4
4
5
5
lazy val root = (project in file(" ." )).enablePlugins(SbtTwirl )
6
6
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ class Plugin extends gitbucket.core.plugin.Plugin {
20
20
, new Version (" 1.6.0" )
21
21
, new Version (" 1.7.0" )
22
22
, new Version (" 1.7.1" )
23
+ , new Version (" 1.7.2" )
23
24
)
24
25
25
26
override val systemSettingMenus : Seq [(Context ) => Option [Link ]] = Seq (
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ package fr.brouillard.gitbucket.announce.controller
2
2
3
3
import javax .mail .SendFailedException
4
4
5
- import com . github . takezoe . slick . blocking . BlockingH2Driver .blockingApi ._
5
+ import gitbucket . core . model . Profile . profile .blockingApi ._
6
6
import fr .brouillard .gitbucket .announce .html
7
7
import gitbucket .core .controller .ControllerBase
8
8
import gitbucket .core .model .Account
You can’t perform that action at this time.
0 commit comments