Skip to content

Commit

Permalink
Pin scala3-library_sjs1 to 3.3.x (#2172)
Browse files Browse the repository at this point in the history
  • Loading branch information
kciesielski committed May 8, 2024
1 parent b25ee56 commit a8e5dc9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
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

0 comments on commit a8e5dc9

Please sign in to comment.