Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 027b93d

Browse files
committedDec 30, 2024·
Enable mima only for JVM
1 parent 21aad84 commit 027b93d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@ lazy val zioConfig = crossProject(JSPlatform, JVMPlatform, NativePlatform)
162162
.enablePlugins(BuildInfoPlugin)
163163
.settings(buildInfoSettings("zio.config"))
164164
.settings(macroDefinitionSettings)
165-
.settings(enableMimaSettings)
166165
.settings(
167166
libraryDependencies ++= Seq(
168167
"dev.zio" %%% "zio" % zioVersion,
@@ -172,6 +171,7 @@ lazy val zioConfig = crossProject(JSPlatform, JVMPlatform, NativePlatform)
172171
),
173172
testFrameworks := Seq(new TestFramework("zio.test.sbt.ZTestFramework"))
174173
)
174+
.jvmSettings(enableMimaSettings)
175175
.jsSettings(jsSettings)
176176
.nativeSettings(nativeSettings)
177177

0 commit comments

Comments
 (0)
Please sign in to comment.