Skip to content

Commit

Permalink
force update
Browse files Browse the repository at this point in the history
  • Loading branch information
teletha committed Apr 12, 2024
1 parent 1fe9f22 commit 587b00e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/project/java/Project.java
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class Project extends bee.api.Project {
* [MongoDB](https://github.com/mongodb/mongo)
""");

require("com.github.teletha", "sinobu");
require("com.github.teletha", "sinobu", "3.11.0");
require("org.mongodb", "mongodb-driver-sync").atProvided();
require("org.xerial", "sqlite-jdbc").atProvided();
require("com.h2database", "h2").atProvided();
Expand Down

0 comments on commit 587b00e

Please sign in to comment.