Skip to content

Commit

Permalink
bump appengine version
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbauman committed Oct 13, 2023
1 parent 822ef36 commit 4ec955a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 12 deletions.
20 changes: 10 additions & 10 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
/target
/classes
/checkouts
pom.xml
pom.xml.asc
*.jar
*.DS_Store
*.class
*.jar
.hg/
.hgignore
.idea/
/.lein-*
/.nrepl-port
.hgignore
.hg/
/checkouts
/classes
/target
foobarbaz
*.DS_Store
gaeclj-ds.iml
.idea/
pom.xml
pom.xml.asc
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,9 @@ java.lang.RuntimeException: (create-CostStrategy ...) failed validation for prop

Through leiningen

> lein test
```shell
lein test
```

## License

Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(def appengine-version "2.0.19")
(def appengine-version "2.0.20")

(defproject gaeclj-ds "0.1.3.2"
:description "A DSL to support querying Google App Engine's Datastore"
Expand Down

0 comments on commit 4ec955a

Please sign in to comment.