Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 15db00e

Browse files
author
Ryan Neufeld
committed
Correct Datomic artifact ID
1 parent 4548b4a commit 15db00e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

databases/datomic/connect-to-datomic.asciidoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ You need to connect to a Datomic database.
1010
[[sec_datomic_connect_to_datomic_solution]]
1111
==== Solution
1212

13-
Before starting, add `[com.datomic/datomic "0.8.3335"]` to your project's
13+
Before starting, add `[com.datomic/datomic-free "0.8.4218"]` to your project's
1414
dependencies or start a REPL using lein-try:
1515

1616
[source,shell]
1717
----
18-
$ lein try com.datomic/datomic
18+
$ lein try com.datomic/datomic-free
1919
----
2020

2121
To create and connect to an in-memory database use

0 commit comments

Comments
 (0)