Skip to content

Commit 42d8afd

Browse files
committed
Update serialVersionUID
1 parent 0261758 commit 42d8afd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/io/github/projectmapk/jackson/module/kogera/KotlinModule.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public class KotlinModule private constructor(
9494

9595
public companion object {
9696
@Suppress("ConstPropertyName")
97-
private const val serialVersionUID = 2L
97+
private const val serialVersionUID = 3L
9898
}
9999

100100
override fun setupModule(context: SetupContext) {

0 commit comments

Comments
 (0)