Skip to content
Snippets Groups Projects
Commit 391cb29b authored by dgelessus's avatar dgelessus
Browse files

Change ProB 2 version from snapshot to latest release (3.11.0)

parent e7ea5de7
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,7 @@
## [(next version)](./README.md#for-developers)
* Added support for Java 14.
* Updated ProB 2 to version 3.11.0.
* Fixed a parse error when a line comment is used on the last line of an expression while any `:let` variables are defined.
* Fixed detection of B machines in cells without `::load`. Previously only single-line machines were recognized.
......
......@@ -39,7 +39,7 @@ configurations.all {
dependencies {
implementation(group: "com.google.code.gson", name: "gson", version: "2.8.6")
implementation(group: "com.google.guava", name: "guava", version: "28.2-jre")
implementation(group: "de.hhu.stups", name: "de.prob2.kernel", version: "4.0.0-SNAPSHOT")
implementation(group: "de.hhu.stups", name: "de.prob2.kernel", version: "3.11.0")
implementation(group: "io.github.spencerpark", name: "jupyter-jvm-basekernel", version: "2.3.0")
implementation(group: "org.jetbrains", name: "annotations", version: "18.0.0")
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