Skip to content
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Update CLAUDE.md to recommend latest Scala 3 version
- Change specific version reference to 'always use the latest Scala 3 version'
- This ensures the documentation remains current as new Scala 3 versions are released
  • Loading branch information
xerial committed Jul 19, 2025
commit 91baa8df822f8b68e40eb9deecc43e5dac482099
2 changes: 1 addition & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ The msgpack-jackson module provides:
- Extension type support including timestamps

### Testing Structure
- **msgpack-core tests**: Written in Scala 3.7.1 using AirSpec framework
- **msgpack-core tests**: Written in Scala (always use the latest Scala 3 version) using AirSpec framework
- Location: `msgpack-core/src/test/scala/`
- **msgpack-jackson tests**: Written in Java using JUnit
- Location: `msgpack-jackson/src/test/java/`
Expand Down
Loading