Skip to content

Commit c8f5e83

Browse files
committed
Use sbt-molecule 1.24.2
1 parent 3341dc4 commit c8f5e83

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/database/setup/sbt-setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Molecule uses the sbt [MoleculePlugin](https://github.com/scalamolecule/sbt-mole
1010
Add the latest version of the plugin in `project/plugins.sbt`:
1111

1212
```scala
13-
addSbtPlugin("org.scalamolecule" % "sbt-molecule" % "1.24.1")
13+
addSbtPlugin("org.scalamolecule" % "sbt-molecule" % "1.24.2")
1414
```
1515

1616
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
addSbtPlugin("org.scalamolecule" % "sbt-molecule" % "1.24.1")
1+
addSbtPlugin("org.scalamolecule" % "sbt-molecule" % "1.24.2")

0 commit comments

Comments
 (0)