Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
sirocchj committed Sep 15, 2023
1 parent e41df38 commit 4b9c6e4
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ val scala_213 = "2.13.12"
val scala_3 = "3.3.1"

val versionOf = new {
val cats = "2.10.0"
val catsEffect = "3.5.1"
val fs2 = "3.9.2"
val log4cats = "2.6.0"
val log4s = "1.10.0"
val scalaCheck = "1.17.0"
val scalaTest = "3.2.17"
val zio = "2.0.16"
val scribe = "3.12.2"
val cats = "2.10.0"
val catsEffect = "3.5.1"
val fs2 = "3.9.2"
val log4cats = "2.6.0"
val log4s = "1.10.0"
val scalaCheck = "1.17.0"
val scalaTest = "3.2.17"
val zio = "2.0.16"
val scribe = "3.12.2"
}

lazy val coreDependencies = Seq(
Expand Down

0 comments on commit 4b9c6e4

Please sign in to comment.