Skip to content

Commit

Permalink
Merge pull request #497 from typelevel/update/nscplugin-0.5.2
Browse files Browse the repository at this point in the history
Update nscplugin, sbt-scala-native to 0.5.2
  • Loading branch information
danicheg authored Jun 1, 2024
2 parents 8a20c3b + 986ce6b commit 170b228
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ lazy val cross = crossProject(JSPlatform, JVMPlatform, NativePlatform)
.settings(
name := "mouse",
libraryDependencies ++= Seq(
"org.typelevel" %%% "cats-core" % "2.11.0",
"org.typelevel" %%% "cats-core" % "2.12.0",
"org.scalameta" %%% "munit" % "1.0.0" % Test,
"org.scalameta" %%% "munit-scalacheck" % "1.0.0-M11" % Test
"org.scalameta" %%% "munit-scalacheck" % "1.0.0" % Test
),
developers := List(
Developer("benhutchison", "Ben Hutchison", "brhutchison@gmail.com", url = url("https://github.com/benhutchison"))
Expand All @@ -48,7 +48,7 @@ lazy val cross = crossProject(JSPlatform, JVMPlatform, NativePlatform)
tlVersionIntroduced := Map("3" -> "1.0.13")
)
.nativeSettings(
tlVersionIntroduced := List("2.12", "2.13", "3").map(_ -> "1.2.0").toMap
tlVersionIntroduced := List("2.12", "2.13", "3").map(_ -> "1.3.0").toMap
)

lazy val docs = project
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0")
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.17")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.2")
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.1")
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.7.1")

0 comments on commit 170b228

Please sign in to comment.