Skip to content

Commit ab7b36f

Browse files
author
mtctx
committed
Fixed imports
1 parent 3a838bd commit ab7b36f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ repositories {
5959
}
6060

6161
dependencies {
62-
implementation("dev.mtctx.zappy:zappy-core:1.0.0")
63-
ksp("dev.mtctx.zappy:zappy-processor:1.0.0")
62+
implementation("dev.mtctx.library:zappy-core:1.0.0")
63+
ksp("dev.mtctx.library:zappy-processor:1.0.0")
6464
}
6565
```
6666

0 commit comments

Comments
 (0)