From 115f89ac81c564ed17db80edc590c2e8e5146f3c Mon Sep 17 00:00:00 2001 From: Michiel Borkent Date: Thu, 9 Jun 2022 08:52:21 +0200 Subject: [PATCH] Fix feature map --- src/babashka/main.clj | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/babashka/main.clj b/src/babashka/main.clj index 35f0e107..0a3627a2 100644 --- a/src/babashka/main.clj +++ b/src/babashka/main.clj @@ -250,6 +250,7 @@ Use bb run --help to show this help output. :feature/yaml %s :feature/jdbc %s :feature/postgresql %s + :feature/sqlite %s :feature/hsqldb %s :feature/oracledb %s :feature/httpkit-client %s @@ -268,8 +269,8 @@ Use bb run --help to show this help output. features/xml? features/yaml? features/jdbc? - features/sqlite? features/postgresql? + features/sqlite? features/hsqldb? features/oracledb? features/httpkit-client?