From eea8de857e1746dec425f4d552ebc77ce74ad729 Mon Sep 17 00:00:00 2001 From: HoussSak <99645587+HoussSak@users.noreply.github.com> Date: Tue, 8 Aug 2023 10:31:20 +0200 Subject: [PATCH] Update dependency artifactId (#59) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Dand la doc, j'ai du modifié l'artifactId de common-events à commons-events car ce dérnier est le bon PS: je suis alternant à la MAIF --- docs/manual/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/manual/index.html b/docs/manual/index.html index 4229cc84..6c69cdd3 100644 --- a/docs/manual/index.html +++ b/docs/manual/index.html @@ -162,7 +162,7 @@
val ThothVersion = "0.1.0*"
libraryDependencies ++= Seq(
- "fr.maif" % "common-events" % ThothVersion,
+ "fr.maif" % "commons-events" % ThothVersion,
"fr.maif" % "thoth-core-akka" % ThothVersion,
"fr.maif" % "thoth-core-reactor" % ThothVersion,
"fr.maif" % "thoth-jooq" % ThothVersion,