diff options
author | James Moger <james.moger@gitblit.com> | 2015-05-11 10:59:38 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2015-05-11 10:59:38 -0400 |
commit | a4e904d0fcd44877b03e7d06fc235eec121adfe6 (patch) | |
tree | 89f8664c57f274bbd1b3acaecdc201c2bee433e1 | |
parent | 3b421139610d0df38b12694e4291b64bb8738c8e (diff) | |
download | iciql-a4e904d0fcd44877b03e7d06fc235eec121adfe6.tar.gz iciql-a4e904d0fcd44877b03e7d06fc235eec121adfe6.zip |
Update to SQLite 3.8.9.1
-rw-r--r-- | .classpath | 2 | ||||
-rw-r--r-- | build.moxie | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -10,7 +10,7 @@ <classpathentry kind="lib" path="ext/derbynet-10.11.1.1.jar" /> <classpathentry kind="lib" path="ext/mysql-connector-java-5.1.33.jar" /> <classpathentry kind="lib" path="ext/postgresql-9.4-1201-jdbc41.jar" sourcepath="ext/src/postgresql-9.4-1201-jdbc41.jar" /> - <classpathentry kind="lib" path="ext/sqlite-jdbc-3.8.9.jar" /> + <classpathentry kind="lib" path="ext/sqlite-jdbc-3.8.9.1.jar" sourcepath="ext/src/sqlite-jdbc-3.8.9.1.jar" /> <classpathentry kind="lib" path="ext/slf4j-api-1.7.12.jar" sourcepath="ext/src/slf4j-api-1.7.12.jar" /> <classpathentry kind="lib" path="ext/commons-pool-1.5.6.jar" sourcepath="ext/src/commons-pool-1.5.6.jar" /> <classpathentry kind="lib" path="ext/commons-dbcp-1.4.jar" sourcepath="ext/src/commons-dbcp-1.4.jar" /> diff --git a/build.moxie b/build.moxie index 34940ad..9fa3b47 100644 --- a/build.moxie +++ b/build.moxie @@ -87,7 +87,7 @@ properties: { derby.version : 10.11.1.1 mysql.version : 5.6 postgresql.version : 9.3 - sqlite.version : 3.8.9 + sqlite.version : 3.8.9.1 } dependencies: |