Skip to content

Commit

Permalink
Update .scala-steward.conf to ignore scala3-library_sjs1-3.1 (#1329)
Browse files Browse the repository at this point in the history
Update .scala-steward.conf to ignore scala3-library_sjs1-3.1
Downgrade Scala to 3.0.2
  • Loading branch information
anton-zen committed Feb 21, 2022
1 parent f2974c5 commit 66b9338
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 @@ -3,5 +3,6 @@ updates.ignore = [
{ groupId = "com.github.os72", artifactId = "protoc-jar" },
{ groupId = "com.google.protobuf" },
{ groupId = "org.scala-lang", artifactId = "scala3-compiler", version = { prefix = "3.1." } },
{ groupId = "org.scala-lang", artifactId = "scala3-library", version = { prefix = "3.1." } }
{ groupId = "org.scala-lang", artifactId = "scala3-library", version = { prefix = "3.1." } },
{ groupId = "org.scala-lang", artifactId = "scala3-library_sjs1", version = { prefix = "3.1." } }
]
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ object Dependencies {

// NOTE: Scala 3 versions are not forward-compatible across minor versions. To allow
// maximal compatibility for end-users Scala 3 version needs to be kept on 3.0.x.
val Scala3 = "3.1.1"
val Scala3 = "3.0.2"

val silencer = Seq(
sbt.compilerPlugin(
Expand Down

0 comments on commit 66b9338

Please sign in to comment.