Skip to content

Commit b0840a4

Browse files
committed
Downgrade effection to 3 in test-adapter
1 parent af47c9d commit b0840a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test-adapter/deno.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
22
"name": "@effectionx/test-adapter",
3-
"version": "0.2.0",
3+
"version": "0.3.0",
44
"license": "MIT",
55
"exports": "./mod.ts",
66
"imports": {
7-
"effection": "npm:effection@4.0.0-beta.2",
7+
"effection": "npm:effection@^3",
88
"@std/expect": "jsr:@std/expect@^1",
99
"@std/testing": "jsr:@std/testing@^1"
1010
}

0 commit comments

Comments
 (0)