Skip to content

Commit

Permalink
Use the base kernel version that fixes #21
Browse files Browse the repository at this point in the history
  • Loading branch information
SpencerPark committed Jul 30, 2018
1 parent 3ca0511 commit 59def13
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
Expand Up @@ -12,7 +12,7 @@ import com.github.jk1.license.filter.*
import io.github.spencerpark.gradle.*

group = 'io.github.spencerpark'
version = '1.1.0-SNAPSHOT'
version = '1.1.1-SNAPSHOT'

wrapper {
gradleVersion = '4.8.1'
Expand Down Expand Up @@ -67,7 +67,7 @@ repositories {
}

dependencies {
shade group: 'io.github.spencerpark', name: 'jupyter-jvm-basekernel', version: '2.2.1-SNAPSHOT'
shade group: 'io.github.spencerpark', name: 'jupyter-jvm-basekernel', version: '2.2.2-SNAPSHOT'
shade group: 'org.jboss.shrinkwrap.resolver', name: 'shrinkwrap-resolver-impl-maven', version: '3.1.3'

testCompile group: 'junit', name: 'junit', version: '4.12'
Expand Down

0 comments on commit 59def13

Please sign in to comment.