Skip to content

Commit

Permalink
Merge pull request #660 from aml-org/publish-6.5.2
Browse files Browse the repository at this point in the history
W-15770660 Publish 6.5.2
  • Loading branch information
damianpedra authored May 28, 2024
2 parents 42c7001 + fe37c9f commit e34c206
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ val ivyLocal = Resolver.file("ivy", file(Path.userHome.absolutePath + "/.ivy2/lo

name := "amf-aml"

ThisBuild / version := "6.5.1"
ThisBuild / version := "6.5.2"
ThisBuild / scalaVersion := "2.12.15"

publish := {}
Expand All @@ -19,7 +19,7 @@ lazy val workspaceDirectory: File =
case _ => Path.userHome / "mulesoft"
}

val amfCoreVersion = "5.5.1"
val amfCoreVersion = "5.5.2"

lazy val amfCoreJVMRef = ProjectRef(workspaceDirectory / "amf-core", "coreJVM")
lazy val amfCoreJSRef = ProjectRef(workspaceDirectory / "amf-core", "coreJS")
Expand Down

0 comments on commit e34c206

Please sign in to comment.