Skip to content

Commit 81069d0

Browse files
chore(deps): update dependency io.vavr:vavr to v1
1 parent 66bc01b commit 81069d0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ lazy val projectSettings = Seq(
7979
},
8080
testOptions += Tests.Argument(TestFrameworks.JUnit, "-a"),
8181
libraryDependencies ++= Seq(
82-
"io.vavr" % "vavr" % "0.11.0",
82+
"io.vavr" % "vavr" % "1.0.0",
8383
"org.slf4j" % "slf4j-api" % "1.7.36",
8484
"org.slf4j" % "slf4j-log4j12" % "1.7.36" % "test",
8585
"com.typesafe.akka" %% "akka-http-testkit" % akkaHttpVersion % "test",

0 commit comments

Comments
 (0)