From e05a9638935a66068941aa658b2171bcf0081915 Mon Sep 17 00:00:00 2001 From: Matt Hicks Date: Sun, 11 Dec 2022 01:27:49 +0000 Subject: [PATCH 01/11] Update sbt-git to 2.0.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 1237abc..c48fef7 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -8,4 +8,4 @@ addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2") addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.3") -addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.2") \ No newline at end of file +addSbtPlugin("com.github.sbt" % "sbt-git" % "2.0.1") \ No newline at end of file From ba129f436835ae9ed04499c6a32d5c0c482f4360 Mon Sep 17 00:00:00 2001 From: Matt Hicks Date: Sun, 9 Jul 2023 01:47:49 +0000 Subject: [PATCH 02/11] Update sbt-scala-native-crossproject, ... to 1.3.2 --- project/plugins.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 1237abc..6f4bbc3 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,5 @@ -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("org.scala-js" % "sbt-scalajs" % "1.9.0") addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.4") From 926e4c08bdc41525b05cd0fca80c015e015b1df4 Mon Sep 17 00:00:00 2001 From: Matt Hicks Date: Sun, 19 Nov 2023 01:11:42 +0000 Subject: [PATCH 03/11] Update sbt-sonatype to 3.10.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 1237abc..da8c9ae 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -3,7 +3,7 @@ addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.1.0") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.9.0") addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.4") -addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.12") +addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.10.0") addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2") addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.3") From 568a2673359ee0e956d1f4f8bb258dc00980170f Mon Sep 17 00:00:00 2001 From: Matt Hicks Date: Sun, 17 Dec 2023 01:11:52 +0000 Subject: [PATCH 04/11] Update sbt to 1.9.8 --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index 4ff6415..8cf07b7 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.6.2 \ No newline at end of file +sbt.version=1.9.8 \ No newline at end of file From 6194c323dfeff18ee8f822f3531ede3247ccc496 Mon Sep 17 00:00:00 2001 From: Matt Hicks Date: Sun, 17 Dec 2023 01:11:58 +0000 Subject: [PATCH 05/11] Update sbt-jmh to 0.4.7 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 1237abc..4d9ac30 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -6,6 +6,6 @@ addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.4") addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.12") addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2") -addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.3") +addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7") addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.2") \ No newline at end of file From ccd28a0fe76276806a4562009ca6f111e6ec909d Mon Sep 17 00:00:00 2001 From: Matt Hicks Date: Sun, 21 Jan 2024 01:13:42 +0000 Subject: [PATCH 06/11] Update sbt-scala-native, scala3lib to 0.4.17 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 4d9ac30..71dfc5e 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,7 +1,7 @@ addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.1.0") addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.1.0") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.9.0") -addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.4") +addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.17") addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.12") addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2") From a949698341530c22ed301b7afceebdfa5af8db89 Mon Sep 17 00:00:00 2001 From: Matt Hicks Date: Sun, 11 Feb 2024 01:08:00 +0000 Subject: [PATCH 07/11] Update scalatest to 3.2.18 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 78e1563..02b4b27 100644 --- a/build.sbt +++ b/build.sbt @@ -28,7 +28,7 @@ ThisBuild / developers := List( ) // Dependency versions -val scalaTestVersion: String = "3.2.11" +val scalaTestVersion: String = "3.2.18" lazy val root = project.in(file(".")) .aggregate( From c1e5a33f97fdf2ed16fcbc97e89e63a2ac3f0ba6 Mon Sep 17 00:00:00 2001 From: Matt Hicks Date: Sun, 25 Feb 2024 01:07:08 +0000 Subject: [PATCH 08/11] Update sbt to 1.9.9 --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index 8cf07b7..4d5f78c 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.9.8 \ No newline at end of file +sbt.version=1.9.9 \ No newline at end of file From 0630c360f76680ab5f157b5b7c71d172b8072583 Mon Sep 17 00:00:00 2001 From: Matt Hicks Date: Sun, 3 Mar 2024 01:06:12 +0000 Subject: [PATCH 09/11] Update scala-library to 2.12.19 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 78e1563..79d0bf8 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ import sbtcrossproject.CrossPlugin.autoImport.{crossProject, CrossType} -val allScalaVersions = List("2.12.13", "2.11.12", "2.13.8", "3.1.1") +val allScalaVersions = List("2.12.19", "2.11.12", "2.13.8", "3.1.1") name := "perfolation" ThisBuild / organization := "com.outr" From 96a70c2ac04686d4fddd2eeb02c01cd15509b4ef Mon Sep 17 00:00:00 2001 From: Matt Hicks Date: Sun, 3 Mar 2024 01:06:18 +0000 Subject: [PATCH 10/11] Update scala-library to 2.13.13 --- build.sbt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index 78e1563..cf99f5b 100644 --- a/build.sbt +++ b/build.sbt @@ -1,11 +1,11 @@ import sbtcrossproject.CrossPlugin.autoImport.{crossProject, CrossType} -val allScalaVersions = List("2.12.13", "2.11.12", "2.13.8", "3.1.1") +val allScalaVersions = List("2.12.13", "2.11.12", "2.13.13", "3.1.1") name := "perfolation" ThisBuild / organization := "com.outr" ThisBuild / version := "1.2.9" -ThisBuild / scalaVersion := "2.13.8" +ThisBuild / scalaVersion := "2.13.13" ThisBuild / crossScalaVersions := allScalaVersions ThisBuild / scalacOptions ++= Seq("-unchecked", "-deprecation") @@ -67,5 +67,5 @@ lazy val benchmarks = project libraryDependencies ++= Seq( "pl.project13.scala" % "sbt-jmh-extras" % "0.3.7" ), - crossScalaVersions := List("2.13.8") + crossScalaVersions := List("2.13.13") ) From 03181a5e3c929e7c92cf8d4ad5c4fbc446455d4b Mon Sep 17 00:00:00 2001 From: Matt Hicks Date: Sun, 24 Mar 2024 01:09:32 +0000 Subject: [PATCH 11/11] Update sbt-scalajs, scalajs-library_2.13, ... to 1.16.0 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 4d9ac30..209da40 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.1.0") addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.1.0") -addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.9.0") +addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0") addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.4") addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.12")