File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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...
5858libraryDependencies ++= 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
You can’t perform that action at this time.
0 commit comments