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 aecaa1e commit b9fa123Copy full SHA for b9fa123
modules/build/src/test/scala/scala/build/tests/BuildOptionsTests.scala
@@ -129,9 +129,7 @@ class BuildOptionsTests extends munit.FunSuite {
129
130
val options = BuildOptions(
131
scalaOptions = ScalaOptions(
132
- scalaVersion = Some("2.12.9-bin-1111111"),
133
- scalaBinaryVersion = None,
134
- supportedScalaVersionsUrl = None
+ scalaVersion = Some("2.12.9-bin-1111111")
135
)
136
137
assert(
0 commit comments