Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/gradle/org.jetbrains.kotlinx.kove…
Browse files Browse the repository at this point in the history
…r-0.8.3
  • Loading branch information
nomisRev authored Oct 2, 2024
2 parents b208345 + 53e815e commit e51626c
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
distribution: 'zulu'
java-version: 21

- uses: gradle/actions/setup-gradle@v3
- uses: gradle/actions/setup-gradle@v4

- run: ./gradlew build koverXmlReport --full-stacktrace

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/githubpages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
with:
fetch-depth: 0

- uses: gradle/actions/setup-gradle@v3
- uses: gradle/actions/setup-gradle@v4

- run: ./gradlew -Pversion=${{ github.event.release.tag_name }} dokkaHtmlMultiModule

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
distribution: 'zulu'
java-version: 11

- uses: gradle/actions/setup-gradle@v3
- uses: gradle/actions/setup-gradle@v4

- run: ./gradlew assemble -Pversion=${{ inputs.version }}

Expand Down
6 changes: 3 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
[versions]
dokka = "1.9.20"
kotlin = "2.0.20-Beta2"
kotlin = "2.0.20"
kover = "0.8.3"
knit = "0.5.0"
spotless="6.25.0"
publish="0.29.0"
json="1.7.1"
json="1.7.3"
okio="3.9.0"
kasechange="1.4.1"
ktor="2.3.12"
kotlinpoet="1.18.1"
agp = "8.5.1"
agp = "8.6.1"
test-compile = "0.5.1"

[libraries]
Expand Down
2 changes: 1 addition & 1 deletion parser/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ kotlin {
api(libs.json)
// This should be KAML, but parsing OpenAI takes 57seconds
// Compared to 100ms with SnakeYAML
implementation("org.yaml:snakeyaml:2.2")
implementation("org.yaml:snakeyaml:2.3")
}
}
jvmTest { dependencies { implementation(libs.test) } }
Expand Down

0 comments on commit e51626c

Please sign in to comment.