Skip to content

Commit

Permalink
chore(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
yoshinorin committed Mar 14, 2024
1 parent 24a79e0 commit c1979df
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@ import sbt.*

object Dependencies {

val jsoniterVersion = "2.28.2"
val jsoniterVersion = "2.28.4"
val doobieVersion = "1.0.0-RC5"
val jwtScalaVersion = "10.0.0"
val flywayVersion = "10.8.1"
val http4sVersion = "1.0.0-M40"
val flywayVersion = "10.10.0"
val http4sVersion = "1.0.0-M41"
val log4catsVersion = "2.6.0"

val dependencies = Seq(
"com.typesafe" % "config" % "1.4.3",
// NOTE: doobie 1.0.0-RC4 and http4s 1.0.0-M40 dependes on cats-effect 3.5.1
"org.typelevel" %% "cats-effect" % "3.5.3",
"org.typelevel" %% "cats-effect" % "3.5.4",
"org.typelevel" %% "log4cats-core" % log4catsVersion,
"org.typelevel" %% "log4cats-slf4j" % log4catsVersion,
"org.http4s" %% "http4s-dsl" % http4sVersion,
Expand All @@ -25,11 +25,11 @@ object Dependencies {
"org.mariadb.jdbc" % "mariadb-java-client" % "3.3.3",
"org.tpolecat" %% "doobie-core" % doobieVersion,
// "org.tpolecat" %% "doobie-scalatest" % doobieVersion % Test,
"org.wvlet.airframe" %% "airframe-ulid" % "24.2.0",
"org.wvlet.airframe" %% "airframe-ulid" % "24.3.0",
"com.github.ben-manes.caffeine" % "caffeine" % "3.1.8",
"org.flywaydb" % "flyway-core" % flywayVersion,
"org.flywaydb" % "flyway-mysql" % flywayVersion,
"ch.qos.logback" % "logback-classic" % "1.5.0",
"ch.qos.logback" % "logback-classic" % "1.5.3",
"net.logstash.logback" % "logstash-logback-encoder" % "7.4",
"org.codehaus.janino" % "janino" % "3.1.12",
"org.springframework.security" % "spring-security-core" % "6.2.2",
Expand Down

0 comments on commit c1979df

Please sign in to comment.