Skip to content

Commit 8175890

Browse files
Updates documentation.
1 parent 103e993 commit 8175890

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/basic-usage.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ following to its project configuration:
4141
<dependency>
4242
<groupId>global.namespace.fun-io</groupId>
4343
<artifactId>fun-io-bios</artifactId>
44-
<version>1.7.3</version>
44+
<version>2.0.0</version>
4545
</dependency>
4646
<dependency>
4747
<groupId>global.namespace.fun-io</groupId>
4848
<artifactId>fun-io-jackson</artifactId>
49-
<version>1.7.3</version>
49+
<version>2.0.0</version>
5050
</dependency>
5151
</dependencies>
5252
</project>
@@ -56,9 +56,9 @@ following to its project configuration:
5656
// build.sbt
5757
...
5858
libraryDependencies ++= Seq(
59-
"global.namespace.fun-io" % "fun-io-bios" % "1.7.3",
60-
"global.namespace.fun-io" % "fun-io-jackson" % "1.7.3",
61-
"global.namespace.fun-io" %% "fun-io-scala-api" % "1.7.3"
59+
"global.namespace.fun-io" % "fun-io-bios" % "2.0.0",
60+
"global.namespace.fun-io" % "fun-io-jackson" % "2.0.0",
61+
"global.namespace.fun-io" %% "fun-io-scala-api" % "2.0.0"
6262
)
6363
```
6464

0 commit comments

Comments
 (0)