Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
crykn authored Jul 7, 2023
1 parent ad2008a commit c767618
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ tasks.withType(Test) {

dependencies {
implementation "com.github.esotericsoftware:jsonbeans:c3520fcc51" // = 0.10
implementation "com.esotericsoftware:kryo:5.4.0"
api "com.esotericsoftware:kryo:5.4.0"

testImplementation "org.junit.jupiter:junit-jupiter-api:5.9.2"
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.9.2"
Expand Down

0 comments on commit c767618

Please sign in to comment.