File tree Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Expand file tree Collapse file tree 2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -207,15 +207,6 @@ lazy val time = (projectMatrix in file("TimeParser"))
207
207
) ++
208
208
sharedJsSettings,
209
209
)
210
- .nativePlatform(scalaVersions = Seq (
211
- scala212Ver,
212
- scala213Ver,
213
- scala3Ver,
214
- ),
215
- libraryDependencies ++= Seq (
216
- " io.github.cquiroz" %%% " scala-java-time" % " 2.5.0" ,
217
- ),
218
- )
219
210
220
211
lazy val uri = (projectMatrix in file(" UriParser" ))
221
212
.dependsOn(base)
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")
4
4
addSbtPlugin(" com.github.sbt" % " sbt-git" % " 2.0.0" )
5
5
addSbtPlugin(" com.typesafe" % " sbt-mima-plugin" % " 1.1.3" )
6
6
addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 1.16.0" )
7
- addSbtPlugin(" org.scala-native" % " sbt-scala-native" % " 0.4.17 " )
7
+ addSbtPlugin(" org.scala-native" % " sbt-scala-native" % " 0.5.2 " )
8
8
addSbtPlugin(" org.typelevel" % " sbt-tpolecat" % " 0.5.1" )
You can’t perform that action at this time.
0 commit comments