Skip to content

Commit

Permalink
Update api version
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobias Hafner committed Jul 18, 2024
1 parent 75b9614 commit 98f7e65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/prism-interface/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies {
compileOnly project(path: ':plugins:mql-language')

// Prism API files (protobuf files), needs to be implementation due to the prism-api-version.properties
implementation group: 'org.polypheny', name: 'prism', version: 5.1
implementation group: 'org.polypheny', name: 'prism', version: 1.4

// Protobuf
implementation group: 'com.google.protobuf', name: 'protobuf-java', version: protobuf_version
Expand Down

0 comments on commit 98f7e65

Please sign in to comment.