Versions update
This commit is contained in:
parent
c7c9872f16
commit
01d61a236e
@ -7,7 +7,7 @@ plugins {
|
||||
}
|
||||
|
||||
group = "scientifik"
|
||||
version = "0.1.8-dev"
|
||||
version = "0.1.8"
|
||||
|
||||
repositories {
|
||||
gradlePluginPortal()
|
||||
|
@ -2,8 +2,8 @@
|
||||
* Build constants
|
||||
*/
|
||||
object Scientifik {
|
||||
const val ioVersion = "0.1.14"
|
||||
const val coroutinesVersion = "1.3.1"
|
||||
const val ioVersion = "0.1.15"
|
||||
const val coroutinesVersion = "1.3.2"
|
||||
const val atomicfuVersion = "0.12.11"
|
||||
const val serializationVersion = "0.13.0"
|
||||
}
|
||||
|
@ -19,4 +19,5 @@ internal fun RepositoryHandler.applyRepos(): Unit{
|
||||
maven("https://kotlin.bintray.com/kotlinx")
|
||||
maven("https://dl.bintray.com/mipt-npm/scientifik")
|
||||
maven("https://dl.bintray.com/mipt-npm/dev")
|
||||
maven("https://kotlin.bintray.com/kotlin-js-wrappers/")
|
||||
}
|
Loading…
Reference in New Issue
Block a user