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 <fabiomgpinheiro@gmail.com>
Signed-off-by: Fabio <Pinheiro>
  • Loading branch information
FabioPinheiro authored and Fabio committed Apr 30, 2024
1 parent 08a1979 commit 0dc0f4f
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 0dc0f4f

Please sign in to comment.