Skip to content

Commit 6c8005c

Browse files
committed
Add Scala 3.6.3 compiler_srcjar to dt_patches test
This should've been part of the merge containing bazel-contrib#1682, but I'm not about to go back again to change it.
1 parent c007a75 commit 6c8005c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dt_patches/test_dt_patches_user_srcjar/MODULE.bazel

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,10 @@ scala_deps.compiler_srcjar(
165165
url = "https://repo1.maven.org/maven2/org/scala-lang/scala3-compiler_3/3.6.2/scala3-compiler_3-3.6.2-sources.jar",
166166
version = "3.6.2",
167167
)
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+
)
168172

169173
_SCALA_COMPILER_URL_FORMAT = (
170174
"https://repo1.maven.org/maven2/org/scala-lang/scala-compiler/" +

0 commit comments

Comments
 (0)