Skip to content
This repository was archived by the owner on May 17, 2023. It is now read-only.

Commit 375667c

Browse files
Move from hardcoded to variable version for kMongo
1 parent d97d9f8 commit 375667c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Full Stack Web App with Kotlin Multiplatform/06_Adding_Persistence.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ Kmongo is added with a single dependency to the project – a specific version t
7373
val jvmMain by getting {
7474
dependencies {
7575
// . . .
76-
implementation("org.litote.kmongo:kmongo-coroutine-serialization:4.1.1")
76+
implementation("org.litote.kmongo:kmongo-coroutine-serialization:$kmongoVersion")
7777
}
7878
}
7979
```

0 commit comments

Comments
 (0)