From a949698341530c22ed301b7afceebdfa5af8db89 Mon Sep 17 00:00:00 2001 From: Matt Hicks Date: Sun, 11 Feb 2024 01:08:00 +0000 Subject: [PATCH 1/5] 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 2/5] 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 3/5] 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 4/5] 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 5/5] 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")