Skip to content

Commit

Permalink
Update kts
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreyDallas committed Dec 13, 2023
1 parent 40c8459 commit e1fdd98
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hedera-dependency-versions/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ val grpcVersion = "1.54.1"
val helidonVersion = "3.2.1"
val jacksonVersion = "2.16.0"
val log4jVersion = "2.21.1"
val mockitoVersion = "5.8.0"
val mockitoVersion = "4.11.0"
val nettyVersion = "4.1.87.Final"
val prometheusVersion = "0.16.0"
val protobufVersion = "3.21.7"
Expand Down
6 changes: 5 additions & 1 deletion settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,11 @@

pluginManagement { includeBuild("build-logic") }

plugins { id("com.hedera.hashgraph.settings") }
plugins {
id("com.hedera.hashgraph.settings")
id("org.gradle.toolchains.foojay-resolver-convention") version("0.4.0")

}

// "BOM" with versions of 3rd party dependencies
include("hedera-dependency-versions")
Expand Down

0 comments on commit e1fdd98

Please sign in to comment.