Skip to content

Commit

Permalink
build screwup, update libs
Browse files Browse the repository at this point in the history
  • Loading branch information
sanity committed Sep 26, 2020
1 parent a246fe4 commit 6800daf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
group 'kweb'
version '0.4.4'
version '0.4.5'

buildscript {
ext.kotlin_version = '1.4.0'
ext.dokka_version = '1.4.0-rc'
ext.kotlin_version = '1.4.10'
ext.dokka_version = '1.4.10'

repositories {
jcenter()
Expand Down Expand Up @@ -54,7 +54,7 @@ dependencies {
implementation 'org.lmdbjava:lmdbjava:0.7.0'
compile "org.jetbrains.kotlinx:kotlinx-serialization-core:1.0.0-RC"
implementation "org.jetbrains.kotlinx:kotlinx-serialization-protobuf:1.0.0-RC"
implementation "org.mapdb:mapdb:3.0.8"
compile "org.mapdb:mapdb:3.0.8"

testImplementation "io.kotest:kotest-runner-junit5-jvm:4.2.3"
testImplementation "io.kotest:kotest-assertions-core-jvm:4.2.3"
Expand Down

0 comments on commit 6800daf

Please sign in to comment.