We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b406d4 commit c8f68d2Copy full SHA for c8f68d2
1 file changed
README.md
@@ -11,9 +11,7 @@ Library for using [Amazon Athena](https://aws.amazon.com/athena/) JDBC Driver wi
11
If you encounter problems with a particular version, please feel free to [report it](https://github.com/zaneli/scalikejdbc-athena/issues).
12
```sh
13
> mkdir lib
14
-> pushd lib
15
-> curl -L -O https://downloads.athena.us-east-1.amazonaws.com/drivers/JDBC/3.5.1/athena-jdbc-3.5.1-with-dependencies.jar
16
-> popd
+> curl -L -o lib/athena-vjdbc-3.5.1-with-dependencies.jar https://downloads.athena.us-east-1.amazonaws.com/drivers/JDBC/3.5.1/athena-jdbc-3.5.1-with-dependencies.jar
17
```
18
19
- Add library dependencies to sbt build settings
0 commit comments