Skip to content
Open
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
20 changes: 10 additions & 10 deletions project/Versions.scala
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
object V {
// izumi
val izumi_reflect = "3.0.8"
val izumi_reflect = "3.0.9"

// foundation
val collection_compat = "2.13.0"
val collection_compat = "2.14.0"

val kind_projector = "0.13.3"
val kind_projector = "0.13.4"

val scalatest = "3.3.0-alpha.2"
val scalatestplus_scalacheck = "3.3.0.0-alpha.2"
Expand All @@ -16,13 +16,13 @@ object V {
val discipline = "1.7.0"
val discipline_scalatest = "2.3.0"

val zio = "2.1.20"
val zio_interop_cats = "23.1.0.5"
val zio = "2.1.24"
val zio_interop_cats = "23.1.0.13"

val monix = "3.4.0"
val monix_bio = "1.2.0"

val circe = "0.14.14"
val circe = "0.14.15"
val circe_derivation = "0.13.0-M5"
val pureconfig = "0.17.8"
val magnolia = "1.1.10"
Expand All @@ -38,17 +38,17 @@ object V {
val scalajs_macrotask_executor = "1.1.1"

// java-only dependencies below
val classgraph = "4.8.181"
val classgraph = "4.8.184"
val slf4j = "2.0.17"
val typesafe_config = "1.4.0"

// good to drop - java
val bytebuddy = "1.17.7"
val docker_java = "3.6.0"
val bytebuddy = "1.17.8"
val docker_java = "3.7.0"

// microsite-only
val doobie = "1.0.0-RC2"

// test-only
val scalamock = "7.5.2"
val scalamock = "7.5.5"
}
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.11.7
sbt.version=1.12.2
8 changes: 4 additions & 4 deletions project/project/PluginVersions.scala
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
object PV {
val scala_js_version = "1.20.1"
val scala_js_version = "1.20.2"

val sbt_mdoc = "2.7.2"
val sbt_mdoc = "2.8.2"
val sbt_paradox_material_theme = "0.7.0"
val sbt_paradox = "0.10.7"
val sbt_ghpages = "0.8.0"
val sbt_ghpages = "0.9.0"
val sbt_site = "1.7.0"
val sbt_unidoc = "0.6.0"
val sbt_unidoc = "0.6.1"
val sbt_scoverage = "2.3.1"
val sbt_pgp = "2.3.1"
val sbt_assembly = "0.14.9"
Expand Down
Loading