You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pekko.apache.org by nv...@apache.org on 2023/01/11 11:50:03 UTC

[incubator-pekko-persistence-cassandra] branch main updated: Updates to sbt 1.8.2 and latest plugin versions (#10)

This is an automated email from the ASF dual-hosted git repository.

nvollmar pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-persistence-cassandra.git


The following commit(s) were added to refs/heads/main by this push:
     new 3190592  Updates to sbt 1.8.2 and latest plugin versions (#10)
3190592 is described below

commit 319059209d86995838184ebb61941fdb1df09b80
Author: Nicolas Vollmar <nv...@gmail.com>
AuthorDate: Wed Jan 11 12:49:58 2023 +0100

    Updates to sbt 1.8.2 and latest plugin versions (#10)
---
 .github/workflows/check-build-test.yml | 10 +++++-----
 project/Dependencies.scala             |  4 ++--
 project/build.properties               |  2 +-
 project/plugins.sbt                    |  8 ++++----
 4 files changed, 12 insertions(+), 12 deletions(-)

diff --git a/.github/workflows/check-build-test.yml b/.github/workflows/check-build-test.yml
index 90a0716..c110e06 100644
--- a/.github/workflows/check-build-test.yml
+++ b/.github/workflows/check-build-test.yml
@@ -80,11 +80,11 @@ jobs:
       fail-fast: false
       matrix:
         include:
-          - { jdk: 'adopt:8',  container: "cassandra-latest",  scalaVersion: "++2.13.8", test: "test" }
-          - { jdk: 'adopt:11', container: "cassandra-latest",  scalaVersion: "++2.12.14", test: "test" }
-          - { jdk: 'adopt:11', container: "cassandra-latest",  scalaVersion: "++2.13.8", test: "test" }
-          - { jdk: 'adopt:11', container: "cassandra2",        scalaVersion: "++2.13.8", test: "'testOnly -- -l RequiresCassandraThree'"}
-          - { jdk: 'adopt:11', container: "cassandra3",        scalaVersion: "++2.13.8", test: "test" }
+          - { jdk: 'adopt:8',  container: "cassandra-latest",  scalaVersion: "++2.13.10", test: "test" }
+          - { jdk: 'adopt:11', container: "cassandra-latest",  scalaVersion: "++2.12.17", test: "test" }
+          - { jdk: 'adopt:11', container: "cassandra-latest",  scalaVersion: "++2.13.10", test: "test" }
+          - { jdk: 'adopt:11', container: "cassandra2",        scalaVersion: "++2.13.10", test: "'testOnly -- -l RequiresCassandraThree'"}
+          - { jdk: 'adopt:11', container: "cassandra3",        scalaVersion: "++2.13.10", test: "test" }
 
     env:
       JAVA_OPTS: -Xms2G -Xmx2G -Xss2M -XX:ReservedCodeCacheSize=256M -Dfile.encoding=UTF-8
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index da1e3a4..4574aac 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -2,9 +2,9 @@ import sbt._
 import Keys._
 
 object Dependencies {
-  val Scala212 = "2.12.16"
+  val Scala212 = "2.12.17"
   // update even in check-build-test.yml
-  val Scala213 = "2.13.8"
+  val Scala213 = "2.13.10"
   val ScalaVersions = Seq(Scala212, Scala213)
 
   val AkkaVersion = System.getProperty("override.akka.version", "2.6.9")
diff --git a/project/build.properties b/project/build.properties
index c8fcab5..46e43a9 100644
--- a/project/build.properties
+++ b/project/build.properties
@@ -1 +1 @@
-sbt.version=1.6.2
+sbt.version=1.8.2
diff --git a/project/plugins.sbt b/project/plugins.sbt
index 7af20b4..c41c91e 100644
--- a/project/plugins.sbt
+++ b/project/plugins.sbt
@@ -1,15 +1,15 @@
-addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.6.5")
-addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")
+addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.9.0")
+addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0")
 addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "0.14.10")
 addSbtPlugin("com.typesafe.sbt" % "sbt-multi-jvm" % "0.4.0")
 addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1")
-addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10")
+addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.11")
 
 // Documentation
 addSbtPlugin("com.lightbend.akka" % "sbt-paradox-akka" % "0.42")
 addSbtPlugin("com.lightbend.paradox" % "sbt-paradox-dependencies" % "0.2.2")
 addSbtPlugin("com.lightbend.sbt" % "sbt-publish-rsync" % "0.2")
-addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.3")
+addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0")
 addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.4.1")
 
 // For example


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pekko.apache.org
For additional commands, e-mail: commits-help@pekko.apache.org