Skip to content

Commit

Permalink
Set correct package location for the UUID module (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
DamianReeves authored Oct 7, 2024
1 parent 474b1b7 commit 525148c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
package morphir.sdk

import memeid4s.{ UUID => MUUID }

import java.util.{ UUID => JUUID }
Expand Down
2 changes: 2 additions & 0 deletions morphir/sdk/core/test/jvm/src/UUIDSpec.scala
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
package morphir.sdk

import UUID.WrongFormat
import memeid4s.{ UUID => MUUID }
import morphir.testing.MorphirBaseSpec
Expand Down

0 comments on commit 525148c

Please sign in to comment.