Skip to content

Commit fd91606

Browse files
authored
Merge pull request #450 from satorg/update/nscplugin-0.5.1-scalacheck-1.18.0
Update nscplugin, sbt-scala-native to 0.5.1 and scalacheck to 1.18.0
2 parents ecc6566 + e98ff60 commit fd91606

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

build.sbt

+3-7
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ThisBuild / tlBaseVersion := "1.6"
1+
ThisBuild / tlBaseVersion := "1.7"
22

33
ThisBuild / developers := List(
44
tlGitHubDev("larsrh", "Lars Hupel")
@@ -26,17 +26,13 @@ lazy val core = crossProject(JSPlatform, JVMPlatform, NativePlatform)
2626
.settings(
2727
name := "discipline",
2828
moduleName := "discipline-core",
29-
libraryDependencies += "org.scalacheck" %%% "scalacheck" % "1.17.1"
29+
libraryDependencies += "org.scalacheck" %%% "scalacheck" % "1.18.0"
3030
)
3131
.jsSettings(
3232
tlVersionIntroduced ~= {
3333
_ ++ List("2.12", "2.13").map(_ -> "1.0.2").toMap
3434
}
3535
)
3636
.nativeSettings(
37-
tlVersionIntroduced := Map(
38-
"2.12" -> "1.1.3",
39-
"2.13" -> "1.1.3",
40-
"3" -> "1.5.0"
41-
)
37+
tlVersionIntroduced := List("2.12", "2.13", "3").map(_ -> "1.7.0").toMap
4238
)

project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ val sbtTlVersion = "0.7.0"
22
addSbtPlugin("org.typelevel" % "sbt-typelevel" % sbtTlVersion)
33
addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % sbtTlVersion)
44
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0")
5-
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.17")
5+
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.1")

0 commit comments

Comments
 (0)