Skip to content

Commit

Permalink
kotlin: Upgrade to v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kyleconroy committed Nov 9, 2022
1 parent f13076f commit 0b0dfed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions docs/guides/migrating-to-sqlc-gen-kotlin.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ already. Add the following configuration for the plugin:
{
"name": "kt",
"wasm": {
"url": "https://downloads.sqlc.dev/plugins/sqlc-gen-kotlin_0.16.0.wasm",
"sha256": "FIXME"
"url": "https://downloads.sqlc.dev/plugin/sqlc-gen-kotlin_1.0.0.wasm",
"sha256": "7620dc5d462de41fdc90e2011232c842117b416c98fd5c163d27c5738431a45c"
}
}
]
Expand All @@ -35,8 +35,8 @@ version: "2"
plugins:
name: "kt"
wasm:
url: "https://downloads.sqlc.dev/plugins/sqlc-gen-kotlin_0.16.0.wasm"
sha256: "FIXME"
url: "https://downloads.sqlc.dev/plugin/sqlc-gen-kotlin_1.0.0.wasm"
sha256: "7620dc5d462de41fdc90e2011232c842117b416c98fd5c163d27c5738431a45c"
```

## Migrate each package
Expand Down
4 changes: 2 additions & 2 deletions examples/kotlin/sqlc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
{
"name": "kt",
"wasm": {
"url": "file:///Users/kyle/projects/sqlc-gen-kotlin/plugin/sqlc-gen-kotlin.wasm",
"sha256": "8c18cbef4da156c4d419bed331e0dab4be835b2cb7bee578607df40c3c35b42f"
"url": "https://downloads.sqlc.dev/plugin/sqlc-gen-kotlin_1.0.0.wasm",
"sha256": "7620dc5d462de41fdc90e2011232c842117b416c98fd5c163d27c5738431a45c"
}
}
],
Expand Down

0 comments on commit 0b0dfed

Please sign in to comment.