Skip to content

Commit 6da7cc1

Browse files
edit readme
1 parent ae44176 commit 6da7cc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ resolvers ++= Seq(
1616
Resolver.sonatypeRepo("releases")
1717
)
1818

19-
libraryDependencies += "com.github.j5ik2o" %% "scalatestplus-db-core" % "1.0.10"
19+
libraryDependencies += "com.github.j5ik2o" %% "scalatestplus-db-core" % "<version>"
2020
```
2121

2222
### Snapshot Version
@@ -27,7 +27,7 @@ resolvers ++= Seq(
2727
Resolver.sonatypeRepo("snapshots")
2828
)
2929

30-
libraryDependencies += "com.github.j5ik2o" %% "scalatestplus-db-core" % "1.0.11-SNAPSHOT"
30+
libraryDependencies += "com.github.j5ik2o" %% "scalatestplus-db-core" % "<version>-SNAPSHOT"
3131
```
3232

3333
## Usage

0 commit comments

Comments
 (0)