We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 42075f3 + 5738141 commit 7fa2bbbCopy full SHA for 7fa2bbb
1 file changed
apps/resources/scala3-repl.json
@@ -4,9 +4,17 @@
4
"central"
5
],
6
"dependencies": [
7
- "org.scala-lang:scala3-compiler_3:latest.stable"
+ "org.scala-lang:scala3-repl_3:latest.stable"
8
9
"properties": {
10
"scala.usejavacp": "true"
11
- }
+ },
12
+ "versionOverrides": [
13
+ {
14
+ "versionRange": "[3.0.0,3.7.4]",
15
+ "dependencies": [
16
+ "org.scala-lang:scala3-compiler_3:latest.stable"
17
+ ]
18
+ }
19
20
}
0 commit comments