Skip to content

Commit

Permalink
Update Kotlin to 1.4.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuriy Artamonov committed Oct 6, 2020
1 parent 3f4a3f9 commit fc97f21
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ repositories {
}
dependencies {
testImplementation "org.strangeway:selenide-kelt:1.0.1"
testImplementation "org.strangeway:selenide-kelt:1.1.0"
}
```

Expand Down
12 changes: 6 additions & 6 deletions build.gradle.kts
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@
plugins {
java
kotlin("jvm") version "1.3.72"
kotlin("jvm") version "1.4.10"
`maven-publish`
}

group = "org.strangeway"
version = "1.0.2"
version = "1.1.0"

repositories {
jcenter()
}

dependencies {
implementation(kotlin("stdlib-jdk8"))
implementation("com.codeborne:selenide:5.13.0")
compileOnly(kotlin("stdlib-jdk8"))
implementation("com.codeborne:selenide:5.15.1")

testImplementation("org.junit.jupiter:junit-jupiter-api:5.6.1")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.6.1")
testImplementation("org.junit.jupiter:junit-jupiter-api:5.7.0")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.7.0")
}

tasks {
Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-6.5.1-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-6.6.1-bin.zip
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists

0 comments on commit fc97f21

Please sign in to comment.