Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
armanbilge committed Jun 2, 2023
1 parent 8dd684b commit 129d91c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
val catsV = "2.7.0"
val catsEffectV = "3.3.12"
val fs2V = "3.2.3"
val http4sV = "0.23.7"
val circeV = "0.14.1"
val log4catsV = "2.1.1"
val catsV = "2.9.0"
val catsEffectV = "3.5.0"
val fs2V = "3.7.0"
val http4sV = "0.23.19"
val circeV = "0.14.5"
val log4catsV = "2.6.0"

ThisBuild / tlBaseVersion := "0.0"
ThisBuild / crossScalaVersions := Seq("2.12.17", "2.13.10", "3.3.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.6.2
sbt.version=1.8.3

0 comments on commit 129d91c

Please sign in to comment.