Skip to content

Commit

Permalink
Update scalatest to 3.2.17
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 8, 2023
1 parent 7788389 commit e721a63
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions project/Versions.scala
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@

object V {
// foundation

val scalatest = "3.2.16"
val http4s = "0.23.23"
val scalatest = "3.2.17"
val http4s = "0.23.23"
val http4s_blaze = "0.23.15"

val scalameta = "4.8.7" // Not available for Scala 3 yet
Expand All @@ -13,7 +12,7 @@ object V {

val kind_projector = "0.13.2"

val circe_derivation = "0.13.0-M5"
val circe_derivation = "0.13.0-M5"
val circe_generic_extras = "0.14.3"

val scala_java_time = "2.5.0"
Expand All @@ -22,6 +21,6 @@ object V {
// java, we need it bcs http4s ws client isn't ready yet
val asynchttpclient = "2.12.3"

val slf4j = "1.7.30"
val slf4j = "1.7.30"
val typesafe_config = "1.4.2"
}

0 comments on commit e721a63

Please sign in to comment.