Skip to content

Commit

Permalink
Update build.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
asr2003 authored Aug 30, 2024
1 parent c13fd89 commit 3d535f1
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@ lazy val zioSchemaMacros = crossProject(JSPlatform, JVMPlatform, NativePlatform)
.settings(macroDefinitionSettings)
.nativeSettings(Test / fork := false)
.nativeSettings(
nativeSettings,
libraryDependencies ++= Seq(
"io.github.cquiroz" %%% "scala-java-time" % scalaJavaTimeVersion
)
Expand Down Expand Up @@ -158,7 +157,6 @@ lazy val zioSchema = crossProject(JSPlatform, JVMPlatform, NativePlatform)
)
.nativeSettings(Test / fork := false)
.nativeSettings(
nativeSettings,
libraryDependencies ++= Seq(
"io.github.cquiroz" %%% "scala-java-time" % scalaJavaTimeVersion
)
Expand Down Expand Up @@ -214,7 +212,6 @@ lazy val zioSchemaDerivation = crossProject(JSPlatform, JVMPlatform, NativePlatf
)
.nativeSettings(Test / fork := false)
.nativeSettings(
nativeSettings,
libraryDependencies ++= Seq(
"io.github.cquiroz" %%% "scala-java-time" % scalaJavaTimeVersion
)
Expand Down Expand Up @@ -244,7 +241,6 @@ lazy val zioSchemaJson = crossProject(JSPlatform, JVMPlatform, NativePlatform)
)
.nativeSettings(Test / fork := false)
.nativeSettings(
nativeSettings,
libraryDependencies ++= Seq(
"io.github.cquiroz" %%% "scala-java-time" % scalaJavaTimeVersion
)
Expand Down Expand Up @@ -272,7 +268,6 @@ lazy val zioSchemaProtobuf = crossProject(JSPlatform, JVMPlatform, NativePlatfor
.settings(buildInfoSettings("zio.schema.protobuf"))
.nativeSettings(Test / fork := false)
.nativeSettings(
nativeSettings,
libraryDependencies ++= Seq(
"io.github.cquiroz" %%% "scala-java-time" % scalaJavaTimeVersion
)
Expand Down Expand Up @@ -364,7 +359,6 @@ lazy val zioSchemaOptics = crossProject(JSPlatform, JVMPlatform, NativePlatform)
)
.nativeSettings(Test / fork := false)
.nativeSettings(
nativeSettings,
libraryDependencies ++= Seq(
"io.github.cquiroz" %%% "scala-java-time" % scalaJavaTimeVersion
)
Expand Down Expand Up @@ -395,7 +389,6 @@ lazy val zioSchemaExamples = crossProject(JSPlatform, JVMPlatform, NativePlatfor
)
.nativeSettings(Test / fork := false)
.nativeSettings(
nativeSettings,
libraryDependencies ++= Seq(
"io.github.cquiroz" %%% "scala-java-time" % scalaJavaTimeVersion
)
Expand Down

0 comments on commit 3d535f1

Please sign in to comment.