File tree 2 files changed +4
-4
lines changed
core/src/test/scala/fly4s
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ class Fly4sTest extends munit.CatsEffectSuite {
9
9
import fly4s .data .*
10
10
import fly4s .implicits .*
11
11
12
- val fixture : SyncIO [FunFixture [H2Database ]] = ResourceFixture (
12
+ val fixture : SyncIO [FunFixture [H2Database ]] = ResourceFunFixture (
13
13
H2Database .make(
14
14
H2Settings .inMemory(
15
15
name = " h2-test" ,
Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ object ProjectDependencies {
7
7
" org.typelevel" %% " cats-effect" % " 3.5.4" ,
8
8
" org.flywaydb" % " flyway-core" % " 10.14.0" ,
9
9
// test
10
- " org.scalameta" %% " munit" % " 1.0.0" % Test ,
11
- " org.typelevel" %% " munit-cats-effect-3 " % " 2.0.0" % Test ,
12
- " com.h2database" % " h2" % " 2.2.224" % Test
10
+ " org.scalameta" %% " munit" % " 1.0.0" % Test ,
11
+ " org.typelevel" %% " munit-cats-effect" % " 2.0.0" % Test ,
12
+ " com.h2database" % " h2" % " 2.2.224" % Test
13
13
)
14
14
15
15
lazy val for2_13_Only : Seq [ModuleID ] = Seq (
You can’t perform that action at this time.
0 commit comments