Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update scalameta to 4.8.9 #450

Closed
Closed
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
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.9" // 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"
}