Skip to content

Commit

Permalink
Bump own version and fs2
Browse files Browse the repository at this point in the history
  • Loading branch information
domaspoliakas committed Mar 28, 2024
1 parent 8433771 commit c6df962
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import sbt._
object Dependencies {
private object Versions {
val mongodb = "4.11.1"
val fs2 = "3.9.3"
val fs2 = "3.10.2"
val scalaCompat = "2.6.0"
val circe = "0.14.1"
val findbugsJsr305Version = "1.3.9"
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "0.7.1"
version in ThisBuild := "0.7.2"

0 comments on commit c6df962

Please sign in to comment.