We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 28039a9 + e60e0e0 commit 20359a6Copy full SHA for 20359a6
build.sbt
@@ -106,8 +106,8 @@ lazy val parserCombinators = crossProject(JVMPlatform, JSPlatform, NativePlatfor
106
versionCheck / skip := true,
107
Test / fork := false,
108
libraryDependencies :=
109
- libraryDependencies.value.filterNot(_.organization == "junit") :+ "org.scala-native" %%% "junit-runtime" % "0.4.4",
110
- addCompilerPlugin("org.scala-native" % "junit-plugin" % "0.4.4" cross CrossVersion.full)
+ libraryDependencies.value.filterNot(_.organization == "junit") :+ "org.scala-native" %%% "junit-runtime" % "0.4.5",
+ addCompilerPlugin("org.scala-native" % "junit-plugin" % "0.4.5" cross CrossVersion.full)
111
)
112
113
lazy val parserCombinatorsJVM = parserCombinators.jvm
project/plugins.sbt
@@ -4,4 +4,4 @@ addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.2.0")
4
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.10.0")
5
6
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.2.0")
7
-addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.4")
+addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.5")
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments