From da77b843b1ed479d126680466e448cffa92725de Mon Sep 17 00:00:00 2001 From: y2k2mt Date: Sat, 13 Aug 2022 17:21:08 +0900 Subject: [PATCH 1/4] Upgrade scala versions --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 1b409ea..6182726 100644 --- a/build.sbt +++ b/build.sbt @@ -21,7 +21,7 @@ val coreDependencies = lazy val baseSettings = Seq( organization := "org.analogweb", - crossScalaVersions := Seq("2.12.14", "2.13.6", "3.0.2"), + crossScalaVersions := Seq("2.12.16", "2.13.8", "3.1.3"), scalaVersion := crossScalaVersions.value.head, startYear := Some(2014), isSnapshot := version.value.trim.endsWith("SNAPSHOT"), From e2eed45a115fd457338574c94b569404c28a30f7 Mon Sep 17 00:00:00 2001 From: y2k2mt Date: Sat, 13 Aug 2022 17:21:14 +0900 Subject: [PATCH 2/4] Upgrade sbt --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index 9edb75b..22af262 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.5.4 +sbt.version=1.7.1 From 8f9945f16b67cafb2943aaabfecb5052072dd072 Mon Sep 17 00:00:00 2001 From: y2k2mt Date: Sat, 30 Dec 2023 17:23:36 +0900 Subject: [PATCH 3/4] upgrade core version --- build.sbt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/build.sbt b/build.sbt index 6182726..23ce5aa 100644 --- a/build.sbt +++ b/build.sbt @@ -5,10 +5,10 @@ import ReleaseStateTransformations._ import xerial.sbt.Sonatype._ import scoverage._ -val analogwebV = "0.11.0" -val specs2V = "4.13.1" -val circeV = "0.14.1" -val json4sV = "4.0.1" +val analogwebV = "0.12.0" +val specs2V = "4.20.3" +val circeV = "0.14.6" +val json4sV = "4.0.7" val coreDependencies = Seq( @@ -21,7 +21,7 @@ val coreDependencies = lazy val baseSettings = Seq( organization := "org.analogweb", - crossScalaVersions := Seq("2.12.16", "2.13.8", "3.1.3"), + crossScalaVersions := Seq("2.12.18", "2.13.12", "3.3.1"), scalaVersion := crossScalaVersions.value.head, startYear := Some(2014), isSnapshot := version.value.trim.endsWith("SNAPSHOT"), From 47d6f207df43de1f7afb3aaaab925afdfc763b50 Mon Sep 17 00:00:00 2001 From: y2k2mt Date: Sat, 30 Dec 2023 17:31:42 +0900 Subject: [PATCH 4/4] upgrade sbt version --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index 22af262..abbbce5 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.7.1 +sbt.version=1.9.8