Skip to content

Commit

Permalink
Upgrade protocol compiler 0.55.0 (#548)
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelbranco80 authored Feb 11, 2025
1 parent a4a7df1 commit 7953acd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ object Dependencies {

val utilsSources = "com.raw-labs" %% "utils-sources" % "0.51.1"

val protocolCompiler = "com.raw-labs" %% "protocol-compiler" % "0.54.0"
val protocolCompiler = "com.raw-labs" %% "protocol-compiler" % "0.55.0"

val commonsText = "org.apache.commons" % "commons-text" % "1.11.0"

Expand Down
1 change: 0 additions & 1 deletion snapi-frontend/src/main/java/module-info.java
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
requires jul.to.slf4j;
requires org.graalvm.polyglot;
requires raw.utils.core;
requires raw.protocol.raw;
requires raw.protocol.compiler;
requires raw.utils.sources;
requires raw.snapi.parser;
Expand Down

0 comments on commit 7953acd

Please sign in to comment.