File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/main/scala/com/herminiogarcia/dmaog Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ lazy val dmaog = project
4
4
.in(file(" ." ))
5
5
.settings(
6
6
name := " DMAOG" ,
7
- version := " 0.1.4 " ,
7
+ version := " 0.1.5 " ,
8
8
scalaVersion := " 3.2.0" ,
9
9
crossScalaVersions := Seq (" 2.12.17" , " 2.13.9" , " 3.2.0" ),
10
10
libraryDependencies ++= Seq (
@@ -13,7 +13,7 @@ lazy val dmaog = project
13
13
" org.apache.jena" % " jena-arq" % " 3.8.0" ,
14
14
" info.picocli" % " picocli" % " 4.0.4" ,
15
15
" be.ugent.rml" % " rmlmapper" % " 4.9.0" ,
16
- " com.herminiogarcia" %% " shexml" % " 0.3.3 " excludeAll(ExclusionRule (organization = " org.apache.jena" )),
16
+ " com.herminiogarcia" %% " shexml" % " 0.4.0 " excludeAll(ExclusionRule (organization = " org.apache.jena" )),
17
17
" org.scalatest" %% " scalatest" % " 3.2.9" % " test" ,
18
18
" com.typesafe.scala-logging" %% " scala-logging" % " 3.9.5" ,
19
19
" ch.qos.logback" % " logback-classic" % " 1.3.5"
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ object Main {
16
16
17
17
}
18
18
19
- @ Command (name = " dmaog" , version = Array (" v0.1.4 " ),
19
+ @ Command (name = " dmaog" , version = Array (" v0.1.5 " ),
20
20
mixinStandardHelpOptions = true ,
21
21
description = Array (" Generate data access objects and services from your mapping rules." ))
22
22
class Main extends Callable [Int ] {
You can’t perform that action at this time.
0 commit comments