mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-23 19:08:26 +00:00
Update fs2-core, fs2-io to 2.5.4
This commit is contained in:
committed by
Eike Kettner
parent
e8f61c67d0
commit
144ea852bf
@ -42,7 +42,7 @@ object Store {
|
||||
for {
|
||||
xa <- hxa
|
||||
st = new StoreImpl[F](jdbc, xa)
|
||||
_ <- Resource.liftF(st.migrate)
|
||||
_ <- Resource.eval(st.migrate)
|
||||
} yield st
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user