Skip to content

Commit

Permalink
Update cats and sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
eikek committed Jun 15, 2024
1 parent b56a4b6 commit b78128e
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.1"
version = "3.8.2"

preset = default
align.preset = some
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import sbt._

object Dependencies {
object V {
val cats = "2.10.0"
val cats = "2.12.0"
val circe = "0.15.0-M1"
val circeYaml = "0.15.1"
val decline = "2.4.1"
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.8
sbt.version = 1.10.0

0 comments on commit b78128e

Please sign in to comment.