Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: plastic-karma/kotlinx-serialization-ion
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0b136efdccb07e0d7626ecc642f7cb033dc48845
Choose a base ref
..
head repository: plastic-karma/kotlinx-serialization-ion
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cdafd545ad0253c6bc2209251c0194ae49142cc0
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +2 −2 build.gradle
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@ plugins {
id 'org.jetbrains.kotlin.jvm' version '1.7.0'
id 'org.jetbrains.kotlin.plugin.serialization' version '1.6.21'
id 'org.jetbrains.kotlinx.kover' version '0.6.0'
id "org.jlleitschuh.gradle.ktlint" version "10.3.0"
id "org.jlleitschuh.gradle.ktlint" version "11.0.0"
id "io.gitlab.arturbosch.detekt" version "1.20.0"
}

@@ -18,7 +18,7 @@ dependencies {
implementation "org.jetbrains.kotlinx:kotlinx-serialization-core-jvm:1.3.3"
implementation "com.amazon.ion:ion-java:1.9.4"
testImplementation "io.kotest:kotest-runner-junit5:5.3.0"
testImplementation "io.kotest:kotest-assertions-core:5.3.0"
testImplementation "io.kotest:kotest-assertions-core:5.4.2"
}

compileKotlin {