bedrock -> devtools

This commit is contained in:
tanyaofei 2024-07-27 21:30:18 +08:00
parent f632620577
commit 1a07d02d2c
2 changed files with 13 additions and 2 deletions

View File

@ -43,7 +43,12 @@
<dependency>
<groupId>io.github.hello09x</groupId>
<artifactId>devtools</artifactId>
<artifactId>devtools-core</artifactId>
</dependency>
<dependency>
<groupId>io.github.hello09x</groupId>
<artifactId>devtools-database</artifactId>
</dependency>
<dependency>

View File

@ -74,7 +74,13 @@
<dependency>
<groupId>io.github.hello09x</groupId>
<artifactId>devtools</artifactId>
<artifactId>devtools-core</artifactId>
<version>0.1.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>io.github.hello09x</groupId>
<artifactId>devtools-database</artifactId>
<version>0.1.1-SNAPSHOT</version>
</dependency>