Skip to content
Snippets Groups Projects
Commit 6db07123 authored by dgelessus's avatar dgelessus
Browse files

Switch to latest snapshot version of ProB 2

parent 1e9ec5fb
Branches
Tags
No related merge requests found
Pipeline #57948 passed
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
## [(next version)](https://gitlab.cs.uni-duesseldorf.de/api/v4/projects/848/jobs/artifacts/master/raw/build/libs/prob2-jupyter-kernel-1.2.1-SNAPSHOT-all.jar?job=test) ## [(next version)](https://gitlab.cs.uni-duesseldorf.de/api/v4/projects/848/jobs/artifacts/master/raw/build/libs/prob2-jupyter-kernel-1.2.1-SNAPSHOT-all.jar?job=test)
* Updated ProB 2 to version 3.14.0. * Updated ProB 2 to version 4.0.0-SNAPSHOT.
* Added a `:language` command to allow changing the language used to parse user input. For example `:language event_b` can be used to switch to Event-B syntax when a non-Event-B machine is loaded (or no machine at all). * Added a `:language` command to allow changing the language used to parse user input. For example `:language event_b` can be used to switch to Event-B syntax when a non-Event-B machine is loaded (or no machine at all).
* Improved the performance of loading machines by reusing the existing instance of ProB instead of starting a new one for each machine. * Improved the performance of loading machines by reusing the existing instance of ProB instead of starting a new one for each machine.
* Improved error highlighting for machines loaded from files and not from the notebook. * Improved error highlighting for machines loaded from files and not from the notebook.
......
...@@ -40,7 +40,7 @@ dependencies { ...@@ -40,7 +40,7 @@ dependencies {
implementation(group: "ch.qos.logback", name: "logback-classic", version: "1.2.3") implementation(group: "ch.qos.logback", name: "logback-classic", version: "1.2.3")
implementation(group: "com.google.code.gson", name: "gson", version: "2.8.6") implementation(group: "com.google.code.gson", name: "gson", version: "2.8.6")
implementation(group: "com.google.guava", name: "guava", version: "30.1-jre") implementation(group: "com.google.guava", name: "guava", version: "30.1-jre")
implementation(group: "de.hhu.stups", name: "de.prob2.kernel", version: "3.14.0") implementation(group: "de.hhu.stups", name: "de.prob2.kernel", version: "4.0.0-SNAPSHOT")
implementation(group: "io.github.spencerpark", name: "jupyter-jvm-basekernel", version: "2.3.0") implementation(group: "io.github.spencerpark", name: "jupyter-jvm-basekernel", version: "2.3.0")
implementation(group: "org.jetbrains", name: "annotations", version: "20.1.0") implementation(group: "org.jetbrains", name: "annotations", version: "20.1.0")
implementation(group: "se.sawano.java", name: "alphanumeric-comparator", version: "1.4.1") implementation(group: "se.sawano.java", name: "alphanumeric-comparator", version: "1.4.1")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment