Skip to content

Commit 642b6a6

Browse files
authored
Merge pull request #924 from iRevive/sn-0.5
Update Scala Native to 0.5.8
2 parents 50f4d40 + 02dea38 commit 642b6a6

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

build.sbt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,10 @@ ThisBuild / githubWorkflowJavaVersions := Seq(JavaSpec.temurin("8"), JavaSpec.te
2626

2727
ThisBuild / tlVersionIntroduced := Map("3" -> "2.1.1")
2828

29-
val catsV = "2.11.0"
30-
val catsEffectV = "3.6.3"
29+
val catsV = "2.13.0"
30+
val catsEffectV = "3.7.0-RC1"
3131
val slf4jV = "1.7.36"
32-
val munitCatsEffectV = "2.1.0"
32+
val munitCatsEffectV = "2.2.0-RC1"
3333
val logbackClassicV = "1.2.13"
3434

3535
Global / onChangedBuildSource := ReloadOnSourceChanges
@@ -120,5 +120,5 @@ lazy val commonSettings = Seq(
120120
)
121121

122122
lazy val commonNativeSettings = Seq(
123-
tlVersionIntroduced := List("2.12", "2.13", "3").map(_ -> "2.4.1").toMap
123+
tlVersionIntroduced := List("2.12", "2.13", "3").map(_ -> "2.8.0").toMap
124124
)

project/plugins.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.18.2")
2-
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.17")
1+
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.19.0")
2+
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.8")
33
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")
44
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")
55
val sbtTypelevelVersion = "0.8.0"

0 commit comments

Comments
 (0)