Skip to content

Commit 170b228

Browse files
authored
Merge pull request #497 from typelevel/update/nscplugin-0.5.2
Update nscplugin, sbt-scala-native to 0.5.2
2 parents 8a20c3b + 986ce6b commit 170b228

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ lazy val cross = crossProject(JSPlatform, JVMPlatform, NativePlatform)
2525
.settings(
2626
name := "mouse",
2727
libraryDependencies ++= Seq(
28-
"org.typelevel" %%% "cats-core" % "2.11.0",
28+
"org.typelevel" %%% "cats-core" % "2.12.0",
2929
"org.scalameta" %%% "munit" % "1.0.0" % Test,
30-
"org.scalameta" %%% "munit-scalacheck" % "1.0.0-M11" % Test
30+
"org.scalameta" %%% "munit-scalacheck" % "1.0.0" % Test
3131
),
3232
developers := List(
3333
Developer("benhutchison", "Ben Hutchison", "[email protected]", url = url("https://github.com/benhutchison"))
@@ -48,7 +48,7 @@ lazy val cross = crossProject(JSPlatform, JVMPlatform, NativePlatform)
4848
tlVersionIntroduced := Map("3" -> "1.0.13")
4949
)
5050
.nativeSettings(
51-
tlVersionIntroduced := List("2.12", "2.13", "3").map(_ -> "1.2.0").toMap
51+
tlVersionIntroduced := List("2.12", "2.13", "3").map(_ -> "1.3.0").toMap
5252
)
5353

5454
lazy val docs = project

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0")
22
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
3-
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.17")
3+
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.2")
44
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")
55
addSbtPlugin("org.typelevel" % "sbt-typelevel" % "0.7.1")
66
addSbtPlugin("org.typelevel" % "sbt-typelevel-site" % "0.7.1")

0 commit comments

Comments
 (0)