You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jcasbin was not included when published, with api it's letting Gradle know that the module wants to transitively export that dependency to other modules, so that it's available to them at both runtime and compile time. This configuration behaves just like compile (which is now deprecated) (#74) (b9007e3)
org.h2.jdbc.JdbcSQLSyntaxErrorException after H2 version upgrade (#62) (96918ae)
replace built-in adapter and watcher with official jdbc-adapter and redis-watcher (#68) (b90f961)
Resolve Maven alerts by updating dependencies (#85) (f0341ee)