Skip to content

Commit 4c42f21

Browse files
committed
Revert unnecessary version bumps in source generator tests
1 parent 2459a56 commit 4c42f21

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

modules/build/src/test/scala/scala/build/tests/SourceGeneratorTests.scala

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ class SourceGeneratorTests extends munit.FunSuite {
131131
| val sources = Seq("${root / "main.scala"}")
132132
| val scalacOptions = Seq("-Xasync")
133133
| val scalaCompilerPlugins = Seq("org.wartremover:wartremover_3.2.2:3.0.9")
134-
| val dependencies = Seq("com.lihaoyi:os-lib_3:0.9.2")
134+
| val dependencies = Seq("com.lihaoyi:os-lib_3:0.9.1")
135135
| val resolvers = Seq("ivy:file:.../scala-cli-tests-extra-repo/local-repo/...", "https://repo1.maven.org/maven2", "ivy:file:.../.ivy2/local/")
136136
| val resourceDirs = Seq("${root / "resources"}")
137137
| val customJarsDecls = Seq("${root / "TEST1.jar"}", "${root / "TEST2.jar"}")
@@ -209,7 +209,7 @@ class SourceGeneratorTests extends munit.FunSuite {
209209
| val sources = Seq("${root / "main.scala"}")
210210
| val scalacOptions = Seq("-Xasync")
211211
| val scalaCompilerPlugins = Seq("org.wartremover:wartremover_3.2.2:3.0.9")
212-
| val dependencies = Seq("com.lihaoyi:os-lib_3:0.9.2")
212+
| val dependencies = Seq("com.lihaoyi:os-lib_3:0.9.1")
213213
| val resolvers = Seq("ivy:file:.../scala-cli-tests-extra-repo/local-repo/...", "https://repo1.maven.org/maven2", "ivy:file:.../.ivy2/local/")
214214
| val resourceDirs = Seq("${root / "resources"}")
215215
| val customJarsDecls = Seq("${root / "TEST1.jar"}", "${root / "TEST2.jar"}")
@@ -286,7 +286,7 @@ class SourceGeneratorTests extends munit.FunSuite {
286286
| val sources = Seq("${root / "main.scala"}")
287287
| val scalacOptions = Seq("-Xasync")
288288
| val scalaCompilerPlugins = Seq("org.wartremover:wartremover_3.2.2:3.0.9")
289-
| val dependencies = Seq("com.lihaoyi:os-lib_3:0.9.2")
289+
| val dependencies = Seq("com.lihaoyi:os-lib_3:0.9.1")
290290
| val resolvers = Seq("ivy:file:.../scala-cli-tests-extra-repo/local-repo/...", "https://repo1.maven.org/maven2", "ivy:file:.../.ivy2/local/")
291291
| val resourceDirs = Seq("${root / "resources"}")
292292
| val customJarsDecls = Seq("${root / "TEST1.jar"}", "${root / "TEST2.jar"}")
@@ -360,7 +360,7 @@ class SourceGeneratorTests extends munit.FunSuite {
360360
| val sources = Seq("${root / "main.scala"}")
361361
| val scalacOptions = Seq("-Xasync")
362362
| val scalaCompilerPlugins = Seq("org.wartremover:wartremover_2.13.6:3.0.9")
363-
| val dependencies = Seq("com.lihaoyi:os-lib_2.13:0.9.2")
363+
| val dependencies = Seq("com.lihaoyi:os-lib_2.13:0.9.1")
364364
| val resolvers = Seq("ivy:file:.../scala-cli-tests-extra-repo/local-repo/...", "https://repo1.maven.org/maven2", "ivy:file:.../.ivy2/local/")
365365
| val resourceDirs = Seq("${root / "resources"}")
366366
| val customJarsDecls = Seq("${root / "TEST1.jar"}", "${root / "TEST2.jar"}")

0 commit comments

Comments
 (0)