Skip to content

Commit

Permalink
Merge pull request #653 from aml-org/publish-6.5.0
Browse files Browse the repository at this point in the history
publish 6.5.0
  • Loading branch information
arielmirra authored Apr 12, 2024
2 parents f0662a6 + 012a243 commit 80c4de0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
#GUSINFO:MS AMF,MS AMF
#GUSINFO:MS Calypso,MS Calypso
* @aml-org/team-amf
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.4.9"
ThisBuild / version := "6.5.0"
ThisBuild / scalaVersion := "2.12.15"

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

val amfCoreVersion = "5.4.9"
val amfCoreVersion = "5.5.0"

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

0 comments on commit 80c4de0

Please sign in to comment.