Skip to content

Commit

Permalink
CORE-18813: Minor correction to Corda version (#1444)
Browse files Browse the repository at this point in the history
  • Loading branch information
vkolomeyko authored Jan 15, 2024
1 parent 65a9858 commit 1601480
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion corda-api/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies {
}
api(libs.bundles.osgi)
api(libs.slf4j) {
because 'Corda 5.1 only supports SLF4J 1.x'
because 'Corda 5.2 only supports SLF4J 1.x'
}
}
}
Expand Down

0 comments on commit 1601480

Please sign in to comment.