Skip to content
This repository has been archived by the owner on Aug 10, 2024. It is now read-only.

Commit

Permalink
really bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sanity committed Jan 21, 2017
1 parent 1b038e0 commit 836a9e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'com.github.sanity'
version '0.0.10'
version '0.0.11'

buildscript {
ext.kotlin_version = '1.1.0-beta-17'
Expand All @@ -16,7 +16,7 @@ buildscript {
}
dependencies {
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlin_version"
classpath "org.jetbrains.dokka:dokka-gradle-plugin:$dgiokka_version"
classpath "org.jetbrains.dokka:dokka-gradle-plugin:$dokka_version"
classpath 'info.solidsoft.gradle.pitest:gradle-pitest-plugin:1.1.10'
}
}
Expand Down

0 comments on commit 836a9e7

Please sign in to comment.