Skip to content

Commit

Permalink
Revert "Bump com.typesafe.akka:akka-actor_2.13 from 2.8.5 to 2.8.8"
Browse files Browse the repository at this point in the history
  • Loading branch information
CuteReimu committed Jan 13, 2025
1 parent f47ba05 commit 5aa49ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repositories {

dependencies {
testImplementation("junit:junit:4.13.2")
implementation("com.typesafe.akka:akka-actor_2.13:2.8.8")
implementation("com.typesafe.akka:akka-actor_2.13:2.8.5")
implementation("io.netty:netty-all:4.1.116.Final")
implementation("com.google.protobuf:protobuf-java-util:4.29.3")
implementation("com.google.protobuf:protobuf-kotlin:4.29.3")
Expand Down

1 comment on commit 5aa49ed

@CuteReimu
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

出现了难以理解的bug,回退了

Please sign in to comment.