Skip to content

Commit d064d07

Browse files
committed
Fix the Slick driver import method.
1 parent b8dbdaa commit d064d07

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
val Organization = "fr.brouillard.gitbucket"
22
val ProjectName = "gitbucket-announce-plugin"
3-
val ProjectVersion = "1.7.1"
3+
val ProjectVersion = "1.7.2"
44

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

src/main/scala/Plugin.scala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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(

src/main/scala/fr/brouillard/gitbucket/announce/controller/AnnounceController.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ package fr.brouillard.gitbucket.announce.controller
22

33
import javax.mail.SendFailedException
44

5-
import com.github.takezoe.slick.blocking.BlockingH2Driver.blockingApi._
5+
import gitbucket.core.model.Profile.profile.blockingApi._
66
import fr.brouillard.gitbucket.announce.html
77
import gitbucket.core.controller.ControllerBase
88
import gitbucket.core.model.Account

0 commit comments

Comments
 (0)