Skip to content

Commit

Permalink
Updating kotlinx.serialization to 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
orchestr7 committed Jun 16, 2024
1 parent 656067f commit c7fb881
Show file tree
Hide file tree
Showing 3 changed files with 582 additions and 10 deletions.
56 changes: 47 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
target
.gradle
build
/.idea
*.iml
out
.DS_Store
*.hprof

# Compiled class file
*.class

Expand All @@ -30,3 +21,50 @@ out

# virtual machine crash logs, see http:https://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
replay_pid*

.gradle
build/
!gradle/wrapper/gradle-wrapper.jar
!**/src/main/**/build/
!**/src/test/**/build/

### IntelliJ IDEA ###
.idea/modules.xml
.idea/jarRepositories.xml
.idea/compiler.xml
.idea/libraries/
*.iws
*.iml
*.ipr
out/
!**/src/main/**/out/
!**/src/test/**/out/

### Eclipse ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
bin/
!**/src/main/**/bin/
!**/src/test/**/bin/

### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/

### VS Code ###
.vscode/

### Mac OS ###
.DS_Store

.kotlin
.idea
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/com/akuleshov7/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ object Versions {
const val KOTLIN = "2.0.0"
const val JUNIT = "5.7.1"
const val OKIO = "3.9.0"
const val SERIALIZATION = "1.5.0"
const val SERIALIZATION = "1.7.0"
}
Loading

0 comments on commit c7fb881

Please sign in to comment.