diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index f633ffef..12616e0e 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,2 +1,2 @@ -#GUSINFO:MS AMF,MS AMF +#GUSINFO:MS Calypso,MS Calypso * @aml-org/team-amf diff --git a/build.sbt b/build.sbt index fe544e0c..1f8fefb2 100644 --- a/build.sbt +++ b/build.sbt @@ -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 := {} @@ -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")