Skip to content

Commit

Permalink
fix compilation for 2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
majk-p committed Mar 26, 2024
1 parent c19ee32 commit d2a90bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Expand Up @@ -213,8 +213,6 @@ lazy val junit = project
lazy val munit = crossProject(JSPlatform, JVMPlatform, NativePlatform)
.settings(
sharedSettings,
Compile / unmanagedSourceDirectories ++=
crossBuildingDirectories("munit", "main").value,
libraryDependencies ++= List(
"org.scala-lang" % "scala-reflect" % {
if (isScala3Setting.value) scala213
Expand Down Expand Up @@ -297,6 +295,8 @@ lazy val munitCore = crossProject(JSPlatform, JVMPlatform, NativePlatform)
.settings(
moduleName := "munit-core",
sharedSettings,
Compile / unmanagedSourceDirectories ++=
crossBuildingDirectories("munit-core", "main").value,
libraryDependencies ++= List(
"org.scala-lang" % "scala-reflect" % {
if (isScala3Setting.value) scala213
Expand Down

0 comments on commit d2a90bd

Please sign in to comment.