Skip to content

Commit

Permalink
revert to 1.3 for notebook support
Browse files Browse the repository at this point in the history
  • Loading branch information
breandan committed Jul 27, 2020
1 parent f9141d1 commit 5e8e1af
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import org.gradle.api.tasks.testing.logging.TestLogEvent.*

plugins {
idea
kotlin("jvm") version "1.4-M2" // Keep in sync with README
kotlin("jvm") version "1.3.72" // Keep in sync with README
}

allprojects {
Expand All @@ -25,7 +25,7 @@ idea.module {

subprojects {
group = "edu.umontreal"
version = "0.2.8"
version = "0.2.9"

apply(plugin = "org.jetbrains.kotlin.jvm")

Expand Down
2 changes: 1 addition & 1 deletion core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies {
testImplementation("org.junit.jupiter:junit-jupiter:5.6.2")

// Symbolic fuzzing interpreter
testImplementation("org.jetbrains.kotlin:kotlin-scripting-jsr223-embeddable:1.4-M2")
testImplementation("org.jetbrains.kotlin:kotlin-scripting-jsr223-embeddable:1.3.72")
// Graphical libraries
implementation("guru.nidi:graphviz-kotlin:0.17.0")
}
Expand Down
6 changes: 2 additions & 4 deletions kotlingrad.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
{
"properties": {
"kotlingradVersion": "0.2.7"
"kotlingradVersion": "0.2.9"
},
"link": "https://github.com/breandan/kotlingrad",
"repositories": [
"https://jitpack.io",
"https://dl.bintray.com/kotlin/kotlin-eap",
"https://dl.bintray.com/mipt-npm/dev"
"https://jitpack.io"
],
"dependencies": [
"com.github.breandan:kotlingrad:$kotlingradVersion"
Expand Down
2 changes: 1 addition & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ include("core", "samples")
pluginManagement.repositories {
mavenCentral()
gradlePluginPortal()
maven ("https://dl.bintray.com/kotlin/kotlin-eap")
// maven ("https://dl.bintray.com/kotlin/kotlin-eap")
}

//buildscript {
Expand Down

0 comments on commit 5e8e1af

Please sign in to comment.