Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -253,8 +253,8 @@ kotlinPublications {
fairDokkaJars = false

sonatypeSettings(
project.findProperty("kds.sonatype.user") as String?,
project.findProperty("kds.sonatype.password") as String?,
project.findProperty("kds.sonatype.central.username") as String?,
project.findProperty("kds.sonatype.central.password") as String?,
"dataframe project, v. ${project.version}",
)

Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ kotlin = "2.2.0" # needs jupyter compatibility with Kotlin 2.1 to update
kotlinpoet = "2.2.0"

dokka = "2.0.0"
libsPublisher = "2.2.0-rc3-dev-57"
libsPublisher = "2.2.0-dev-61"

# "Bootstrap" version of the dataframe, used in the build itself to generate @DataSchema APIs,
# dogfood Gradle / KSP plugins in tests and idea-examples modules
Expand Down