Skip to content

Commit

Permalink
Update scalameta to 4.8.12 (#464)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Oct 17, 2023
1 parent 2c656be commit 6fd1d54
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions project/Versions.scala
Original file line number Diff line number Diff line change
@@ -1,19 +1,18 @@

object V {
// foundation

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

val scalameta = "4.8.7" // Not available for Scala 3 yet
val scalameta = "4.8.12" // Not available for Scala 3 yet
val fastparse = "3.0.2" // 3.0.0 is available for Scala 3

val scala_xml = "2.2.0"

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 6fd1d54

Please sign in to comment.