We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3341dc4 commit c8f5e83Copy full SHA for c8f5e83
docs/database/setup/sbt-setup.md
@@ -10,7 +10,7 @@ Molecule uses the sbt [MoleculePlugin](https://github.com/scalamolecule/sbt-mole
10
Add the latest version of the plugin in `project/plugins.sbt`:
11
12
```scala
13
-addSbtPlugin("org.scalamolecule" % "sbt-molecule" % "1.24.1")
+addSbtPlugin("org.scalamolecule" % "sbt-molecule" % "1.24.2")
14
```
15
16
Enable the plugin in your `build.sbt` file and import the molecule library that corresponds to the database(s) that you will use:
project/plugins.sbt
@@ -1 +1 @@
1
0 commit comments