Skip to content

Commit

Permalink
Fix dependencies compatibility.
Browse files Browse the repository at this point in the history
Version 0.0.5
  • Loading branch information
rjaros committed Feb 23, 2018
1 parent af5f3f3 commit 852eb4b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ apply plugin: "io.gitlab.arturbosch.detekt"
apply plugin: 'org.jetbrains.dokka'

group = 'pl.treksoft'
version = '0.0.4'
version = '0.0.5'

repositories {
jcenter()
Expand Down Expand Up @@ -66,12 +66,12 @@ kotlinFrontend {
dependency("uglifyjs-webpack-plugin")
dependency("file-loader")
dependency("url-loader")
dependency("jquery", "3.3.1")
dependency("jquery", "3.2.1")
dependency("fecha", "2.3.2")
dependency("snabbdom", "0.6.9")
dependency("snabbdom-virtualize", "0.7.0")
dependency("navigo", "7.0.0")
dependency("jquery-resizable-dom", "0.26.0")
dependency("jquery-resizable-dom", "0.28.0")
npmdeps.eachLine { line ->
def (name, version) = line.tokenize(" ")
dependency(name, version)
Expand Down

0 comments on commit 852eb4b

Please sign in to comment.