Skip to content

Commit

Permalink
fix: parsing error when return_route is none (#77)
Browse files Browse the repository at this point in the history
fix: when return_route is none

Update lib to fix the parsing error of messages.
happens when 'return_route' is 'none'.
For ATL-5486

Signed-off-by: Fabio Pinheiro <[email protected]>

Signed-off-by: Shailesh Patil <[email protected]>
  • Loading branch information
FabioPinheiro authored and mineme0110 committed May 1, 2024
1 parent 1c07816 commit f7caaf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ inThisBuild(

/** Versions */
lazy val V = new {
val scalaDID = "0.1.0-M7"
val scalaDID = "0.1.0-M8"
// val scalajsJavaSecureRandom = "1.0.0"

// FIXME another bug in the test framework https://github.com/scalameta/munit/issues/554
Expand Down

0 comments on commit f7caaf9

Please sign in to comment.