Skip to content

Commit

Permalink
Update vavr to 0.10.5 (#149)
Browse files Browse the repository at this point in the history
Co-authored-by: sullis <[email protected]>
  • Loading branch information
scala-steward and sullis authored Dec 22, 2024
1 parent 92f0570 commit 08d412b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ scalacOptions ++= {
javacOptions ++= Seq("-source", "1.8", "-target", "1.8")

libraryDependencies ++= Seq(
"io.vavr" % "vavr" % "0.10.4",
"io.vavr" % "vavr" % "0.10.5",
"org.scalatest" %% "scalatest" % "3.2.19" % Test
)

Expand Down

0 comments on commit 08d412b

Please sign in to comment.