We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c007a75 commit 6c8005cCopy full SHA for 6c8005c
dt_patches/test_dt_patches_user_srcjar/MODULE.bazel
@@ -165,6 +165,10 @@ scala_deps.compiler_srcjar(
165
url = "https://repo1.maven.org/maven2/org/scala-lang/scala3-compiler_3/3.6.2/scala3-compiler_3-3.6.2-sources.jar",
166
version = "3.6.2",
167
)
168
+scala_deps.compiler_srcjar(
169
+ url = "https://repo1.maven.org/maven2/org/scala-lang/scala3-compiler_3/3.6.3/scala3-compiler_3-3.6.3-sources.jar",
170
+ version = "3.6.3",
171
+)
172
173
_SCALA_COMPILER_URL_FORMAT = (
174
"https://repo1.maven.org/maven2/org/scala-lang/scala-compiler/" +
0 commit comments