Skip to content

Commit

Permalink
Merge pull request #1712 from aml-org/update-snapshots
Browse files Browse the repository at this point in the history
W-11460908: update dialect snapshots
  • Loading branch information
arielmirra authored Jan 19, 2023
2 parents c6a4085 + d437f8c commit 6c451d0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion amf-apicontract.versions
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
amf.apicontract=5.3.0-SNAPSHOT
amf.aml=6.3.0-SNAPSHOT
amf.model=3.8.1
antlr4Version=0.6.21
antlr4Version=0.6.21
amf.validation.profile.dialect=1.4.0-SNAPSHOT
amf.validation.report.dialect=1.2.0-SNAPSHOT
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -305,8 +305,8 @@ lazy val adhocCli = (project in file("adhoc-cli"))
.settings(
version := "0.1-SNAPSHOT",
publishTo := Some(snapshots),
libraryDependencies += "com.github.amlorg" %% "amf-validation-profile-dialect" % "1.3.0",
libraryDependencies += "com.github.amlorg" %% "amf-validation-report-dialect" % "1.1.0",
libraryDependencies += "com.github.amlorg" %% "amf-validation-profile-dialect" % versions("amf.validation.profile.dialect"),
libraryDependencies += "com.github.amlorg" %% "amf-validation-report-dialect" % versions("amf.validation.report.dialect"),
libraryDependencies += "commons-io" % "commons-io" % "2.11.0",
libraryDependencies += "org.mule.common" %%% "scala-common-test" % "0.0.10" % Test
)
Expand Down

0 comments on commit 6c451d0

Please sign in to comment.