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 11val Organization = " fr.brouillard.gitbucket"
22val ProjectName = " gitbucket-announce-plugin"
3- val ProjectVersion = " 1.7.1 "
3+ val ProjectVersion = " 1.7.2 "
44
55lazy val root = (project in file(" ." )).enablePlugins(SbtTwirl )
66
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ class Plugin extends gitbucket.core.plugin.Plugin {
2020 , new Version (" 1.6.0" )
2121 , new Version (" 1.7.0" )
2222 , new Version (" 1.7.1" )
23+ , new Version (" 1.7.2" )
2324 )
2425
2526 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
22
33import javax .mail .SendFailedException
44
5- import com . github . takezoe . slick . blocking . BlockingH2Driver .blockingApi ._
5+ import gitbucket . core . model . Profile . profile .blockingApi ._
66import fr .brouillard .gitbucket .announce .html
77import gitbucket .core .controller .ControllerBase
88import gitbucket .core .model .Account
You can’t perform that action at this time.
0 commit comments