Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
geirolz committed Jul 10, 2023
2 parents 87a105f + 8ab87d9 commit 8235c6f
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.7.4
version = 3.7.7
encoding = "UTF-8"
runner.dialect = "scala213source3"
maxColumn = 150
Expand Down
2 changes: 1 addition & 1 deletion project/ProjectDependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import scala.language.postfixOps
object ProjectDependencies {

private val catsVersion = "2.9.0"
private val catsEffectVersion = "3.5.0"
private val catsEffectVersion = "3.5.1"
private val circeVersion = "0.14.5"
private val circeGenericExtraVersion = "0.14.3"
private val pureConfigVersion = "0.17.4"
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.0
sbt.version = 1.9.2

0 comments on commit 8235c6f

Please sign in to comment.