Versions update

This commit is contained in:
Alexander Nozik 2019-10-03 15:27:28 +03:00
parent c7c9872f16
commit 01d61a236e
3 changed files with 4 additions and 3 deletions

View File

@ -7,7 +7,7 @@ plugins {
}
group = "scientifik"
version = "0.1.8-dev"
version = "0.1.8"
repositories {
gradlePluginPortal()

View File

@ -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"
}

View File

@ -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/")
}