Skip to content

Commit

Permalink
Update dependency artifactId (#59)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
HoussSak authored Aug 8, 2023
1 parent aa5c66e commit eea8de8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/manual/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ <h2><a href="#documentation" name="documentation" class="anchor"><span class="an
<p>This documentation focuses on implementing event-sourcing on a simple use case : a banking application.</p>
<h2><a href="#installation" name="installation" class="anchor"><span class="anchor-link"></span></a>Installation</h2><dl class="dependency"><dt>sbt</dt><dd><pre class="prettyprint"><code class="language-scala">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,
Expand Down

0 comments on commit eea8de8

Please sign in to comment.