Skip to content

Commit

Permalink
chore: Update scala native to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tgodzik committed Apr 17, 2024
1 parent ec2ee68 commit 141a801
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ lazy val munitScalacheck = crossProject(JSPlatform, JVMPlatform, NativePlatform)
moduleName := "munit-scalacheck",
sharedSettings,
libraryDependencies += {
"org.scalacheck" %%% "scalacheck" % "1.17.0"
"org.scalacheck" %%% "scalacheck" % "1.18.0"
}
)
.jvmSettings(
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0")
libraryDependencies += "org.scala-js" %% "scalajs-env-jsdom-nodejs" % "1.1.0"

addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.17")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.1")

addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.3")
addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.8.0")
Expand Down

0 comments on commit 141a801

Please sign in to comment.