Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023-2026 OpenSmock
Copyright (c) 2023-2026 Thales Group

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ The project architecture is flexible enough to accommodate the addition of more

## Dependencies

- [Stash](https://github.com/OpenSmock/stash)
- [Stash](https://github.com/ThalesGroup/stash)
- [STON](https://github.com/svenvc/ston)
- [Alexandrie](https://github.com/pharo-graphics/Alexandrie)
- [Bloc](https://github.com/pharo-graphics/Bloc)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ BaselineOfBlocSerialization >> dependency: spec [

spec
baseline: 'StashSerialization'
with: [ spec repository: 'github://OpenSmock/Stash/src' ].
with: [ spec repository: 'github://ThalesGroup/Stash:main' ].
Comment thread
YannLeGoff marked this conversation as resolved.

"Graphic librairies: this section should be removed when librairies will be integrated in Pharo"
spec
Expand Down
Loading