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 760efd7 commit 208b96cCopy full SHA for 208b96c
scripts/notion/import-data/notion-import-csv.main.kts
@@ -2,7 +2,7 @@
2
// Note: normally these dependencies are listed without a -jvm suffix,
3
// but there's no Gradle resolution in play here, so we have to pick a platform manually.
4
@file:Repository("https://repo1.maven.org/maven2/")
5
-@file:DependsOn("com.opencsv:opencsv:5.11.2")
+@file:DependsOn("com.opencsv:opencsv:5.12.0")
6
@file:DependsOn("com.github.seratch:notion-sdk-jvm-core:1.11.1")
7
@file:DependsOn("com.github.seratch:notion-sdk-jvm-okhttp4:1.11.1")
8
0 commit comments