Skip to content

Commit

Permalink
Merge branch 'develop' into update/mouse-1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jluhrs authored Oct 2, 2024
2 parents ce9ae43 + 66a6814 commit 6f80249
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions project/Settings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ object Settings {
lazy val catsEffect = "3.5.4"
lazy val cats = "2.12.0"
lazy val mouse = "1.3.2"
lazy val fs2 = "3.9.4"
lazy val fs2 = "3.11.0"
lazy val kittens = "3.4.0"

lazy val munit = "0.7.29"
lazy val munit = "1.0.2"
lazy val munitCatsEffect = "2.0.0"
lazy val munitDiscipline = "2.0.0"

Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version = 1.9.9
sbt.version = 1.10.2

0 comments on commit 6f80249

Please sign in to comment.