mirror of
https://github.com/InsanusMokrassar/SDI.git
synced 2024-11-27 04:28:53 +00:00
update dependencies
This commit is contained in:
parent
0780aac1fc
commit
f517f73fa4
10
.travis.yml
10
.travis.yml
@ -1,10 +0,0 @@
|
||||
language: java
|
||||
install: true
|
||||
|
||||
os: linux
|
||||
dist: trusty
|
||||
jdk: oraclejdk8
|
||||
|
||||
script:
|
||||
- ./gradlew build allTests -s
|
||||
|
@ -2,6 +2,9 @@
|
||||
|
||||
## 0.4.0-rc2
|
||||
|
||||
* `Kotlin`: `1.4.21` -> `1.4.30`
|
||||
* `Serialization`: `1.0.1` -> `1.1.0-RC`
|
||||
|
||||
## 0.4.0-rc
|
||||
|
||||
**ALL PROJECT HAS MIGRATED FROM PACKAGE `com.insanusmokrassar` TO `dev.inmo`**
|
||||
|
@ -1,8 +1,9 @@
|
||||
kotlin.code.style=official
|
||||
org.gradle.parallel=true
|
||||
kotlin.incremental.multiplatform=true
|
||||
kotlin_version=1.4.21
|
||||
kotlin_serialisation_runtime_version=1.0.1
|
||||
|
||||
kotlin_version=1.4.30
|
||||
kotlin_serialisation_runtime_version=1.1.0-RC
|
||||
klassindex_version=4.1.0-rc.1
|
||||
|
||||
github_release_plugin_version=2.2.12
|
||||
|
Loading…
Reference in New Issue
Block a user