We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66bc01b commit 81069d0Copy full SHA for 81069d0
1 file changed
build.sbt
@@ -79,7 +79,7 @@ lazy val projectSettings = Seq(
79
},
80
testOptions += Tests.Argument(TestFrameworks.JUnit, "-a"),
81
libraryDependencies ++= Seq(
82
- "io.vavr" % "vavr" % "0.11.0",
+ "io.vavr" % "vavr" % "1.0.0",
83
"org.slf4j" % "slf4j-api" % "1.7.36",
84
"org.slf4j" % "slf4j-log4j12" % "1.7.36" % "test",
85
"com.typesafe.akka" %% "akka-http-testkit" % akkaHttpVersion % "test",
0 commit comments