Skip to content
This repository has been archived by the owner on Jan 21, 2024. It is now read-only.

Commit

Permalink
Update amf to 3.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
postatum committed Oct 10, 2019
1 parent 7aefd07 commit ea24e9f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ val ivyLocal = Resolver.file("ivy", file(Path.userHome.absolutePath + "/.ivy2/lo

name := "webapi-parser"

ThisBuild / version := "0.3.1"
ThisBuild / version := "0.3.2"

publish := {}

Expand All @@ -27,8 +27,8 @@ val settings = Common.settings ++ Common.publish ++ Seq(
credentials ++= Common.credentials(),
libraryDependencies ++= Seq(
"org.scalatest" %%% "scalatest" % "3.0.5" % "test",
"com.github.amlorg" %%% "amf-webapi" % "3.5.1",
"com.github.amlorg" %%% "amf-validation" % "3.5.1"
"com.github.amlorg" %%% "amf-webapi" % "3.5.4",
"com.github.amlorg" %%% "amf-validation" % "3.5.4"
)
)

Expand Down
2 changes: 1 addition & 1 deletion examples/java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ repositories {
}

dependencies {
compile 'org.raml:webapi-parser:0.3.0'
compile 'org.raml:webapi-parser:0.3.2'
}

task valkyrTest {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
],
"http://www.w3.org/ns/hydra/core#method":[
{
"@value":"get"
"@value": 123
}
],
"http://www.w3.org/ns/hydra/core#returns":[
Expand All @@ -58,7 +58,7 @@
],
"http://www.w3.org/ns/hydra/core#statusCode":[
{
"@value":"123123123"
"@value":"200"
}
],
"http://a.ml/vocabularies/http#payload":[
Expand Down

0 comments on commit ea24e9f

Please sign in to comment.