Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit da4c323

Browse files
authoredJun 3, 2024
pin to Scala 3.3 (LTS version) (#1696)
1 parent 9b647b9 commit da4c323

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed
 

‎.scala-steward.conf

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
// https://github.com/scalapb/ScalaPB/commit/d3cc69515ea90f1af7eaf2732d22facb6c9e95e3
22
updates.ignore = [
3-
{ groupId = "com.github.os72", artifactId = "protoc-jar" },
4-
{ groupId = "com.google.protobuf" },
5-
{ groupId = "org.scala-lang", artifactId = "scala3-compiler", version = { prefix = "3.1." } },
6-
{ groupId = "org.scala-lang", artifactId = "scala3-library", version = { prefix = "3.1." } },
7-
{ groupId = "org.scala-lang", artifactId = "scala3-library_sjs1", version = { prefix = "3.1." } }
3+
{ groupId = "com.github.os72", artifactId = "protoc-jar" }
4+
{ groupId = "com.google.protobuf" }
85
]
6+
7+
updates.pin = [
8+
# Scala 3.3 is the LTS release
9+
{ groupId = "org.scala-lang", artifactId = "scala3-compiler", version = "3.3." }
10+
{ groupId = "org.scala-lang", artifactId = "scala3-library", version = "3.3." }
11+
{ groupId = "org.scala-lang", artifactId = "scala3-library_sjs1", version = "3.3." }
12+
]
13+

‎project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ object Dependencies {
2828

2929
val Scala213 = "2.13.13"
3030

31-
val Scala3 = "3.4.2"
31+
val Scala3 = "3.3.3"
3232

3333
val silencer = Seq(
3434
sbt.compilerPlugin(

0 commit comments

Comments
 (0)
Please sign in to comment.