Skip to content

Commit 8470266

Browse files
committed
Made JSON util public to third parties
1 parent 298cd0c commit 8470266

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

api/src/main/scala/validation/result/ValidationResult.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ object ValidationResult {
8585
* @param report Report to be formatted to text
8686
* @return JSON containing the [[report]] information
8787
*/
88-
private def getValidationReportJson(report: ValidationReport): Json = {
88+
def getValidationReportJson(report: ValidationReport): Json = {
8989
// Convert ValidationResult to JSON
9090
val validationResultJson: IO[Json] = for {
9191
emptyResource <- RDFAsJenaModel.empty

version.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ThisBuild / version := "0.1.5"
1+
ThisBuild / version := "0.1.6"

0 commit comments

Comments
 (0)