Skip to content

Commit 5719f34

Browse files
AleksanderAleksander
authored andcommitted
dont set scalaVersion directly on the scalaNextTest project
1 parent 4eb5e3c commit 5719f34

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

build.sbt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,6 @@ lazy val scalaNextTest = crossProject(JVMPlatform, JSPlatform, NativePlatform)
312312
.nativeSettings(monocleNativeSettings)
313313
.enablePlugins(NoPublishPlugin)
314314
.settings(
315-
scalaVersion := scalaNextVersion,
316315
crossScalaVersions := Seq(scalaNextVersion),
317316
libraryDependencies ++= Seq(munitDiscipline.value),
318317
scalacOptions --= Seq("-release:8", "-Ykind-projector")

0 commit comments

Comments
 (0)