Skip to content

Commit

Permalink
🐳 #370 Upgrade lib
Browse files Browse the repository at this point in the history
  • Loading branch information
iohao committed Sep 27, 2024
1 parent 27e6c67 commit b5b182c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion changeLog_ioGame.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ https://github.com/iohao/ioGame/releases/tag/21.17

**版本更新汇总**

> - [core] 简化 TraceIdSupplier 默认实现
> - [core] 简化 TraceIdSupplier 默认实现[全链路调用日志跟踪](https://www.yuque.com/iohao/game/zurusq)
> - [core] FlowContext 提供用户(玩家)所关联的用户线程执行器信息及虚拟线程执行器信息方法
---
Expand Down
9 changes: 7 additions & 2 deletions net-bolt/bolt-broker-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@

<artifactId>bolt-broker-server</artifactId>

<properties>
<!-- https://mvnrepository.com/artifact/io.scalecube/scalecube-transport-netty -->
<scalecube.version>2.6.17</scalecube.version>
</properties>

<dependencies>
<dependency>
<groupId>com.iohao.game</groupId>
Expand All @@ -23,14 +28,14 @@
<dependency>
<groupId>io.scalecube</groupId>
<artifactId>scalecube-cluster</artifactId>
<version>2.6.15</version>
<version>${scalecube.version}</version>
</dependency>

<!-- https://mvnrepository.com/artifact/io.scalecube/scalecube-transport-netty -->
<dependency>
<groupId>io.scalecube</groupId>
<artifactId>scalecube-transport-netty</artifactId>
<version>2.6.15</version>
<version>${scalecube.version}</version>
<exclusions>
<exclusion>
<artifactId>*</artifactId>
Expand Down

0 comments on commit b5b182c

Please sign in to comment.