Skip to content

Commit 572b192

Browse files
authored
Merge pull request #303 from ulitol97/master
Updated dependencies, typos
2 parents 2ccf168 + 6d4e6e8 commit 572b192

5 files changed

Lines changed: 12 additions & 13 deletions

File tree

build.sbt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -313,20 +313,20 @@ lazy val http4sVersion = "1.0.0-M30"
313313
lazy val rhoVersion = "0.23.0-M1"
314314
lazy val catsVersion = "2.7.0"
315315
/* ------------------------------------------------------------------------- */
316-
lazy val mongodbVersion = "4.4.1"
317-
lazy val mongo4catsVersion = "0.4.5"
318-
lazy val any23Version = "2.4"
319-
lazy val rdf4jVersion = "3.7.4"
316+
lazy val mongodbVersion = "4.5.1"
317+
lazy val mongo4catsVersion = "0.4.7"
318+
lazy val any23Version = "2.6"
319+
lazy val rdf4jVersion = "3.7.6"
320320
lazy val graphvizJavaVersion = "0.18.1"
321-
lazy val logbackVersion = "1.2.10"
321+
lazy val logbackVersion = "1.2.11"
322322
lazy val scalaLoggingVersion = "3.9.4"
323-
lazy val munitVersion = "0.7.27"
323+
lazy val munitVersion = "0.7.29"
324324
lazy val munitEffectVersion = "1.0.7"
325325
lazy val plantumlVersion = "1.2021.14"
326326
lazy val scalajVersion = "2.4.2"
327327
// WESO dependencies
328-
lazy val shaclexVersion = "0.2.0"
329-
lazy val shexsVersion = "0.2.0"
328+
lazy val shaclexVersion = "0.2.2"
329+
lazy val shexsVersion = "0.2.2"
330330
lazy val umlShaclexVersion = "0.0.82"
331331
lazy val wesoUtilsVersion = "0.2.4"
332332
// Dependency modules

modules/server/src/main/scala/es/weso/rdfshape/server/api/routes/schema/logic/trigger/TriggerMode.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import io.circe.{Decoder, DecodingFailure, Encoder, HCursor}
1111

1212
import scala.language.implicitConversions
1313

14-
/** Common trait to all schemas, whichever its nature
14+
/** Common trait to all validation triggers, whichever its nature
1515
*/
1616
trait TriggerMode {
1717

modules/server/src/main/scala/es/weso/rdfshape/server/api/routes/schema/service/SchemaService.scala

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@ class SchemaService(client: Client[IO])
7272

7373
"Get the default schema engine as a raw string" **
7474
GET / `verb` / "engines" / "default" |>> {
75-
val json = Json.fromString(Schemas.defaultSchema.name)
7675
Ok(Schemas.defaultSchema.name)
7776
}
7877

modules/server/src/main/scala/es/weso/rdfshape/server/api/routes/shapemap/logic/ShapeMap.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ import scala.util.Try
1717
*
1818
* @note Invalid initial data is accepted, but may cause exceptions when operating with it (like converting to JSON).
1919
* @param content Shapemap contents, as received before being processed depending on the [[source]]
20-
* @param nodesPrefixMap Prefix mappings of the data referenced in the shapemap
21-
* @param shapesPrefixMap Prefix mappings of the ShEx schema referenced in the shapemap
20+
* @param nodesPrefixMap Prefix mappings of the data referenced in the shapeMap
21+
* @param shapesPrefixMap Prefix mappings of the ShEx schema referenced in the shapeMap
2222
* @param format Shapemap format
2323
* @param source Active source, used to know which source the shapemap comes from
2424
*/

version.sbt

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

0 commit comments

Comments
 (0)