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

Commit

Permalink
Upgrade AMF to 3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
postatum committed Sep 23, 2019
1 parent 78d4b0e commit 7aefd07
Showing 1 changed file with 3 additions and 3 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.0"
ThisBuild / version := "0.3.1"

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.0",
"com.github.amlorg" %%% "amf-validation" % "3.5.0"
"com.github.amlorg" %%% "amf-webapi" % "3.5.1",
"com.github.amlorg" %%% "amf-validation" % "3.5.1"
)
)

Expand Down

0 comments on commit 7aefd07

Please sign in to comment.