Skip to content

Commit

Permalink
feature: upgrade scalanative and publish
Browse files Browse the repository at this point in the history
  • Loading branch information
etorreborre committed Oct 15, 2024
1 parent 8a259bf commit 52f8780
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 11 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ lazy val specs2Settings = Seq(
organization := "org.specs2",
GlobalScope / scalazVersion := "7.2.32",
specs2ShellPrompt,
ThisBuild / scalaVersion := "2.13.14",
ThisBuild / scalaVersion := "2.13.15",
SettingKey[Boolean]("ide-skip-project").withRank(KeyRanks.Invisible) := platformDepsCrossVersion.value == ScalaNativeCrossVersion.binary,
ThisBuild / crossScalaVersions := Seq("2.13.14", "2.12.17"))
ThisBuild / crossScalaVersions := Seq("2.13.15", "2.12.20"))

lazy val tagName = Def.setting {
s"specs2-${version.value}"
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.7.1
sbt.version=1.10.2
2 changes: 1 addition & 1 deletion project/depends.scala
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ object depends {
lazy val tagsoup = "org.ccil.cowan.tagsoup" % "tagsoup" % "1.2.1"

lazy val scalacheck = Def.setting {
"org.scalacheck" %%% "scalacheck" % "1.18.0"
"org.scalacheck" %%% "scalacheck" % "1.18.1"
}

lazy val resolvers =
Expand Down
10 changes: 4 additions & 6 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
val scalaJSVersion =
Option(System.getenv("SCALAJS_VERSION")).getOrElse("1.16.0")
val scalaNativeVersion =
Option(System.getenv("SCALANATIVE_VERSION")).getOrElse("0.5.1")
val scalaJSVersion = Option(System.getenv("SCALAJS_VERSION")).getOrElse("1.17.0")
val scalaNativeVersion = Option(System.getenv("SCALANATIVE_VERSION")).getOrElse("0.5.5")

addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJSVersion)
addSbtPlugin("org.scala-native" % "sbt-scala-native" % scalaNativeVersion)
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.1.0")
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.1.0")
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2")
addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.3")
addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.4.1")
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
ThisBuild / version := "4.20.8"
ThisBuild / version := "4.20.9"
ThisBuild / versionScheme := Some("semver-spec")

0 comments on commit 52f8780

Please sign in to comment.