Skip to content

Commit

Permalink
bump: Akka Persistence JDBC 5.4.0 and Scala 3 across all modules
Browse files Browse the repository at this point in the history
  • Loading branch information
johanandren committed Mar 21, 2024
1 parent 1343094 commit 9a49605
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 10 deletions.
3 changes: 1 addition & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ inThisBuild(

def common: Seq[Setting[_]] =
Seq(
crossScalaVersions := Dependencies.Scala2Versions,
crossScalaVersions := Dependencies.ScalaVersions,
scalaVersion := Dependencies.Scala213,
crossVersion := CrossVersion.binary,
scalafmtOnCompile := true,
Expand Down Expand Up @@ -91,7 +91,6 @@ def suffixFileFilter(suffix: String): FileFilter = new SimpleFileFilter(f => f.g

lazy val core = (project in file("core"))
.settings(common)
.settings(Scala3.settings)
.settings(name := "akka-persistence-r2dbc", libraryDependencies ++= Dependencies.core)
.enablePlugins(AutomateHeaderPlugin)
.disablePlugins(CiReleasePlugin)
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ object Dependencies {
val ScalaVersions = Dependencies.Scala2Versions :+ Dependencies.Scala3
val AkkaVersion = System.getProperty("override.akka.version", "2.9.2")
val AkkaVersionInDocs = AkkaVersion.take(3)
val AkkaPersistenceJdbcVersion = "5.2.0" // only in migration tool tests
val AkkaPersistenceJdbcVersion = "5.4.0" // only in migration tool tests
val AkkaProjectionVersionInDocs = "current"
val H2Version = "2.2.224"
val R2dbcH2Version = "1.0.0.RELEASE"
Expand Down
7 changes: 0 additions & 7 deletions project/Scala3.scala

This file was deleted.

0 comments on commit 9a49605

Please sign in to comment.