Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -69,20 +69,20 @@ ThisBuild / githubWorkflowPublish := Seq(
// Project Definitions //
/////////////////////////

lazy val jsoniterVersion = "2.38.8"
lazy val jsoniterVersion = "2.38.9"
lazy val circeVersion = "0.14.15"
lazy val tapirVersion = "1.13.4"
lazy val tapirVersion = "1.13.14"
lazy val zioVersion = "2.1.24"
lazy val zioConfigVersion = "4.0.6"
lazy val zioSchemaVersion = "1.7.6"
lazy val zioConfigVersion = "4.0.7"
lazy val zioSchemaVersion = "1.8.3"
lazy val zioJsonVersion = "0.8.0"
lazy val chimneyVersion = "1.8.2"
lazy val calibanVersion = "2.11.2"
lazy val doobieVersion = "1.0.0-RC12"
lazy val upickleVersion = "4.4.2"
lazy val upickleVersion = "4.4.3"
lazy val cirisVersion = "3.12.0"
lazy val zioInteropCatsVersion = "23.1.0.13"
lazy val pureconfigVersion = "0.17.9"
lazy val pureconfigVersion = "0.17.10"
lazy val scanamoVersion = "6.0.0"
lazy val tethysVersion = "0.29.7"
lazy val catsVersion = "2.13.0"
Expand Down Expand Up @@ -273,7 +273,7 @@ lazy val zioQuill = (project in file("modules/neotype-zio-quill"))
sharedSettings,
libraryDependencies ++= Seq(
"io.getquill" %% "quill-jdbc-zio" % "4.8.6",
"org.postgresql" % "postgresql" % "42.7.8" % Test,
"org.postgresql" % "postgresql" % "42.7.10" % Test,
"com.h2database" % "h2" % "2.4.240" % Test
)
)
Expand Down
8 changes: 4 additions & 4 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.2")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.6")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.5")
addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "2.0.17")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.6")
addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "2.0.19")

addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.20.2")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.21.0")
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")

addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.29.0")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.9")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.10")
Loading