Skip to content

Commit

Permalink
fix: update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
carlos-verdes committed Sep 19, 2023
1 parent 4eeef90 commit 987708e
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 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.10"
version = "3.7.14"
project.git = true
maxColumn = 110
runner.dialect = scala3
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ IntegrationTest / fork := true
inThisBuild(
Seq(
organization := "io.funkode",
scalaVersion :="3.3.0",
scalaVersion :="3.3.1",
semanticdbEnabled := true,
semanticdbVersion := scalafixSemanticdb.revision,
scalafixDependencies += "com.github.liancheng" %% "organize-imports" % "0.6.0",
Expand Down
12 changes: 6 additions & 6 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@ object Dependencies {

object Versions {

val zioV = "2.0.15"
val zioV = "2.0.17"
val zioConfigV = "3.0.2"
val zioHttpV = "3.0.0-RC2"
val zioLoggingV = "2.1.0"
val zioJsonV = "0.6.0"
val zioJsonV = "0.6.2"
val zioConfMagnoliaV = "3.0.7"
val zioConfTypesafeV = "3.0.7"
val zioCryptoV = "0.0.1"
val zioPreludeV = "1.0.0-RC19"
val zioSchemaV = "0.4.13"
val zioPreludeV = "1.0.0-RC21"
val zioSchemaV = "0.4.14"

val logBackV = "1.4.8"
val logBackV = "1.4.11"
val scalaUriV = "4.0.3"
val scodecV = "2.2.1"
val testContainersV = "0.40.17"
val testContainersV = "0.41.0"
val jansiV = "2.4.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.9.3
sbt.version=1.9.6
8 changes: 4 additions & 4 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ addSbtPlugin("com.mayreh" % "sbt-thank-you-stars" % "0.2")
addSbtPlugin("com.timushev.sbt" % "sbt-rewarn" % "0.1.3")
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4")
addSbtPlugin("io.spray" % "sbt-revolver" % "0.10.0")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("io.stryker-mutator" % "sbt-stryker4s" % "0.14.3")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.0")
addSbtPlugin("org.scoverage" %% "sbt-coveralls" % "1.3.9")
addSbtPlugin("org.scoverage" %% "sbt-scoverage" % "2.0.8")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.1")
addSbtPlugin("org.scoverage" %% "sbt-coveralls" % "1.3.11")
addSbtPlugin("org.scoverage" %% "sbt-scoverage" % "2.0.9")
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.21")
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")
Expand Down

0 comments on commit 987708e

Please sign in to comment.