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

Scala 2.13.14, Scala.js 1.16.0 #1078

Merged
merged 1 commit into from
May 2, 2024
Merged
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
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ object ScalaVersions {
case _ =>
List(
BuildInfo.latest213,
"2.13.13",
"2.13.12",
"2.13.11",
"2.13.10",
Expand Down
4 changes: 2 additions & 2 deletions project/SbtShared.scala
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ object SbtShared {
val latest210 = "2.10.7"
val latest211 = "2.11.12"
val latest212 = "2.12.19"
val latest213 = "2.13.13"
val latest213 = "2.13.14"
val old3 = "3.0.2"
val stableLTS = "3.3.3"
val stableNext = "3.4.1"
Expand All @@ -35,7 +35,7 @@ object SbtShared {
}

object ScalaJSVersions {
val current = "1.13.2"
val current = "1.16.0"
}

val runtimeProjectName = "runtime-scala"
Expand Down
Loading