Browse Source

Bump bb to a version that supports datalog parser

Gabriel Horner 3 years ago
parent
commit
d34e53b6f7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/build.yml

+ 1 - 1
.github/workflows/build.yml

@@ -17,7 +17,7 @@ env:
   JAVA_VERSION: '8'
   # This is the latest node version we can run.
   NODE_VERSION: '16'
-  BABASHKA_VERSION: '0.7.3'
+  BABASHKA_VERSION: '0.7.7'
 
 jobs: