We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8673ae commit 4233a24Copy full SHA for 4233a24
database.json
@@ -1,7 +1,7 @@
1
{
2
"description": "Database Connection Helper Functions",
3
"properties": [
4
- { "name": "v", "value": "0.0.3-12" },
+ { "name": "v", "value": "0.0.3-16" },
5
{ "name": "v-renovate-hint", "value": "update: package=org.jetbrains.kotlinx:kotlin-jupyter-database" }
6
],
7
"link": "https://github.com/Kotlin/kotlin-jupyter-database",
@@ -10,10 +10,5 @@
10
11
"dependencies": [
12
"org.jetbrains.kotlinx:kotlin-jupyter-database:$v"
13
- ],
14
- "imports": [
15
- "java.sql.*",
16
- "javax.sql.*",
17
- "org.jetbrains.kotlinx.jupyter.database.*"
18
]
19
}
0 commit comments