Skip to content

Commit

Permalink
bump ank dependencies to 0.7.1 (arrow-kt#842)
Browse files Browse the repository at this point in the history
  • Loading branch information
Guardiola31337 authored and RawToast committed Jul 18, 2018
1 parent 2dbb8b2 commit be0154a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ buildscript {

repositories {
jcenter()
maven { url 'https://oss.jfrog.org/oss-snapshot-local/' }
maven { url 'https://jitpack.io' }
maven { url "http://dl.bintray.com/kotlin/kotlin-dev" }
maven { url "https://dl.bintray.com/jetbrains/markdown/" }
Expand All @@ -40,7 +39,7 @@ buildscript {
classpath "com.github.ben-manes:gradle-versions-plugin:$gradleVersionsPluginVersion"
classpath "org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion"
classpath 'com.jfrog.bintray.gradle:gradle-bintray-plugin:1.8.0'
classpath 'io.arrow-kt:ank-gradle-plugin:0.7.0-20180405.164002-2'
classpath 'io.arrow-kt:ank-gradle-plugin:0.7.1'
classpath 'org.ajoberstar:gradle-git-publish:0.3.2'
}
}
Expand All @@ -56,7 +55,6 @@ allprojects {

repositories {
jcenter()
maven { url 'https://oss.jfrog.org/oss-snapshot-local/' }
maven { url 'https://kotlin.bintray.com/kotlinx' }
maven { url "http://dl.bintray.com/kotlin/kotlin-dev" }
maven { url "http://dl.bintray.com/arrow-kt/arrow-kt" }
Expand Down
2 changes: 1 addition & 1 deletion modules/docs/arrow-docs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'ank-gradle-plugin'
apply plugin: 'org.ajoberstar.git-publish'

dependencies {
compile('io.arrow-kt:ank-core:0.7.0-20180405.163901-2') {
compile('io.arrow-kt:ank-core:0.7.1') {
exclude group: 'io.arrow-kt', module: 'arrow-core'
exclude group: 'io.arrow-kt', module: 'arrow-instances-core'
exclude group: 'io.arrow-kt', module: 'arrow-free'
Expand Down

0 comments on commit be0154a

Please sign in to comment.