Skip to content

Commit b9fa123

Browse files
zmerrromanowski
authored andcommitted
removed the already default None values inside ScalaOptions
1 parent aecaa1e commit b9fa123

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -129,9 +129,7 @@ class BuildOptionsTests extends munit.FunSuite {
129129

130130
val options = BuildOptions(
131131
scalaOptions = ScalaOptions(
132-
scalaVersion = Some("2.12.9-bin-1111111"),
133-
scalaBinaryVersion = None,
134-
supportedScalaVersionsUrl = None
132+
scalaVersion = Some("2.12.9-bin-1111111")
135133
)
136134
)
137135
assert(

0 commit comments

Comments
 (0)