Skip to content

Commit

Permalink
Merge pull request #450 from satorg/update/nscplugin-0.5.1-scalacheck…
Browse files Browse the repository at this point in the history
…-1.18.0

Update nscplugin, sbt-scala-native to 0.5.1 and scalacheck to 1.18.0
  • Loading branch information
armanbilge authored Apr 22, 2024
2 parents ecc6566 + e98ff60 commit fd91606
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
10 changes: 3 additions & 7 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ThisBuild / tlBaseVersion := "1.6"
ThisBuild / tlBaseVersion := "1.7"

ThisBuild / developers := List(
tlGitHubDev("larsrh", "Lars Hupel")
Expand Down Expand Up @@ -26,17 +26,13 @@ lazy val core = crossProject(JSPlatform, JVMPlatform, NativePlatform)
.settings(
name := "discipline",
moduleName := "discipline-core",
libraryDependencies += "org.scalacheck" %%% "scalacheck" % "1.17.1"
libraryDependencies += "org.scalacheck" %%% "scalacheck" % "1.18.0"
)
.jsSettings(
tlVersionIntroduced ~= {
_ ++ List("2.12", "2.13").map(_ -> "1.0.2").toMap
}
)
.nativeSettings(
tlVersionIntroduced := Map(
"2.12" -> "1.1.3",
"2.13" -> "1.1.3",
"3" -> "1.5.0"
)
tlVersionIntroduced := List("2.12", "2.13", "3").map(_ -> "1.7.0").toMap
)
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ val sbtTlVersion = "0.7.0"
addSbtPlugin("org.typelevel" % "sbt-typelevel" % sbtTlVersion)
addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % sbtTlVersion)
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.17")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.1")

0 comments on commit fd91606

Please sign in to comment.