Skip to content

Commit

Permalink
Merge branch 'main' into update/munit-1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rossabaker authored Jan 28, 2025
2 parents c19d0c8 + 1cd5601 commit 0e3b16b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 3.8.5
version = 3.8.6
runner.dialect = scala213source3
align.preset = none
danglingParentheses.preset = true
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ val V = new {
val scalacheckEffect = "1.0.4"
val scalacheckMagnolia = "0.6.0"
val munit = "1.1.0"
val munitScalacheck = "1.0.0"
val munitScalacheck = "1.1.0"
val munitCE3 = "2.0.0"
val scalatest = "3.2.19"
val scalatestPlus = "3.2.3.0"
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
val typelevelV = "0.7.6"
val typelevelV = "0.7.7"

addSbtPlugin("com.julianpeeters" % "sbt-avrohugger" % "2.11.0")
addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.3.1")
Expand Down

0 comments on commit 0e3b16b

Please sign in to comment.