mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 18:38: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
|
||||
}
|
||||
}
|
||||
|
@ -62,6 +62,6 @@ object StoreFixture {
|
||||
for {
|
||||
xa <- makeXA(jdbc)
|
||||
store = new StoreImpl[IO](jdbc, xa)
|
||||
_ <- Resource.liftF(store.migrate)
|
||||
_ <- Resource.eval(store.migrate)
|
||||
} yield store
|
||||
}
|
||||
|
Reference in New Issue
Block a user