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

Commit 7aefd07

Browse files
committed
Upgrade AMF to 3.5.1
1 parent 78d4b0e commit 7aefd07

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ val ivyLocal = Resolver.file("ivy", file(Path.userHome.absolutePath + "/.ivy2/lo
55

66
name := "webapi-parser"
77

8-
ThisBuild / version := "0.3.0"
8+
ThisBuild / version := "0.3.1"
99

1010
publish := {}
1111

@@ -27,8 +27,8 @@ val settings = Common.settings ++ Common.publish ++ Seq(
2727
credentials ++= Common.credentials(),
2828
libraryDependencies ++= Seq(
2929
"org.scalatest" %%% "scalatest" % "3.0.5" % "test",
30-
"com.github.amlorg" %%% "amf-webapi" % "3.5.0",
31-
"com.github.amlorg" %%% "amf-validation" % "3.5.0"
30+
"com.github.amlorg" %%% "amf-webapi" % "3.5.1",
31+
"com.github.amlorg" %%% "amf-validation" % "3.5.1"
3232
)
3333
)
3434

0 commit comments

Comments
 (0)