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

Pin scala3-library_sjs1 to 3.3.x #2172

Merged
merged 1 commit into from
May 8, 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
3 changes: 2 additions & 1 deletion .scala-steward.conf
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ updates.ignore = [
updates.pin = [
{groupId = "com.typesafe.akka", version = "2.6."},
{groupId = "org.slf4j", artifactId = "slf4j-api", version = "1."},
{groupId = "org.scala-lang", artifactId = "scala3-library", version = "3.3."}
{groupId = "org.scala-lang", artifactId = "scala3-library", version = "3.3."},
{groupId = "org.scala-lang", artifactId = "scala3-library_sjs1", version = "3.3."}
]
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import com.softwaremill.SbtSoftwareMillBrowserTestJS._
val scala2_12 = "2.12.19"
val scala2_13 = "2.13.14"
val scala2 = List(scala2_12, scala2_13)
val scala3 = List("3.4.1")
val scala3 = List("3.3.3")

lazy val testServerPort = settingKey[Int]("Port to run the http test server on")
lazy val startTestServer = taskKey[Unit]("Start a http server used by tests")
Expand Down
Loading