Skip to content

Commit

Permalink
Fix no version displaying for Gradle dependency in docs (#2117)
Browse files Browse the repository at this point in the history
  • Loading branch information
veyndan authored Dec 20, 2020
1 parent 1c3c3de commit 51e0621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/common/index_server.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ connection managers.

```groovy
dependencies {
implementation "com.squareup.sqldelight:jdbc-driver:{{ versions.driver }}"
implementation "com.squareup.sqldelight:jdbc-driver:{{ versions.sqldelight }}"
}
```
```kotlin
Expand Down

1 comment on commit 51e0621

@ladapipe757
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

veyndan:docs-versions

Please sign in to comment.