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

[WIP] Update Scala Native to 0.5 #162

Closed
wants to merge 1 commit into from
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
22 changes: 11 additions & 11 deletions versions.sc
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
// This file is system-linked in sbt-plugin/project/Versions.scala
// It needs to be a valid Scala file so we can't use top level `val`s
object Versions {
val scalaNative = "0.4.16"
val upickle = "3.1.0"
val scalaNative = "0.5.1"
val upickle = "3.3.0"
val undertow = "2.3.10.Final"
val scala212 = "2.12.18"
val scala213 = "2.13.11"
val scala3 = "3.3.1"
val scala212 = "2.12.19"
val scala213 = "2.13.14"
val scala3 = "3.3.3"
val scalaNativeLoop = "0.2.1"
val tapir = "1.9.2"
val cask = "0.9.1"
val cask = "0.9.2"
val http4s023 = "0.23.24"
val http4s1 = "1.0.0-M40"
val mill010 = "0.10.12"
val utest = "0.8.2"
val osLib = "0.9.2"
val sttp = "3.9.1"
val pprint = "0.8.1"
val utest = "0.8.3"
val osLib = "0.10.0"
val sttp = "3.9.6"
val pprint = "0.9.0"
val castor = "0.3.0"
val sjavatime = "1.1.9"
val sjavatime = "1.3.0"
val epollcat = "0.1.6"
}
Loading