Skip to content

Commit

Permalink
Bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill5k committed May 17, 2024
1 parent d879d27 commit a797177
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import sbtghactions.JavaSpec
import Utils.*

val scala212 = "2.12.19"
val scala213 = "2.13.13"
val scala213 = "2.13.14"
val scala3 = "3.3.3"
val supportedScalaVersions = List(scala212, scala213, scala3)

Expand Down
10 changes: 5 additions & 5 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,18 @@ import sbt.*

object Dependencies {
private object Versions {
val mongodb = "5.0.1"
val mongodb = "5.1.0"
val fs2 = "3.10.2"
val kindProjector = "0.13.3"
val circe = "0.14.6"
val zio = "2.0.22"
val zioInteropReactive = "2.0.2"
val circe = "0.14.7"
val zio = "2.1.1"
val zioInteropReactive = "2.1.1"
val zioJson = "0.6.2"

val logback = "1.5.6"
val scalaTest = "3.2.18"

val embeddedMongo = "4.12.6"
val embeddedMongo = "4.13.1"
val immutableValue = "2.10.1"
val commonsCompress = "1.26.1"
val jsr305 = "3.0.2"
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.0

0 comments on commit a797177

Please sign in to comment.