Skip to content

Commit 7577a09

Browse files
authored
Pin scala3-library_sjs1 to 3.3.x (#399)
1 parent 2abecb1 commit 7577a09

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.scala-steward.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,6 @@ updates.ignore = [
55
]
66
updates.pin = [
77
{groupId = "org.scala-lang", artifactId = "scala3-library", version = "3.3."},
8+
{groupId = "org.scala-lang", artifactId = "scala3-library_sjs1", version = "3.3."},
89
{groupId = "com.typesafe.akka", version = "2.6."}
910
]

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ val scala2_12 = "2.12.19"
77
val scala2_13 = "2.13.14"
88
val scala2 = List(scala2_12, scala2_13)
99
val scala2alive = List(scala2_12, scala2_13)
10-
val scala3 = List("3.4.1")
10+
val scala3 = List("3.3.3")
1111
val akkaVersion = "2.6.20"
1212
val pekkoVersion = "1.0.2"
1313
val sttpModelVersion = "1.7.10"

0 commit comments

Comments
 (0)