Skip to content

Commit

Permalink
Patch/minor dependency updates (#396)
Browse files Browse the repository at this point in the history
* Scala-Steward: Update scala-compiler from 2.12.18 to 2.12.19

* Scala-Steward: Update scala-compiler from 2.13.12 to 2.13.13
  • Loading branch information
scala-steward authored Feb 28, 2024
1 parent faa273b commit 6e044cb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion examples/akka-cluster-app/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import org.virtuslab.ash.AkkaSerializationHelperPlugin

name := "akka-cluster-app"
version := "0.1"
scalaVersion := "2.13.12"
scalaVersion := "2.13.13"

val circeVersion = "0.14.6"
val akkaVersion = "2.6.20"
Expand Down
2 changes: 1 addition & 1 deletion examples/akka-persistence-app/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import org.virtuslab.ash.AkkaSerializationHelperPlugin

name := "akka-persistence-app"

scalaVersion := "2.13.12"
scalaVersion := "2.13.13"

Compile / scalacOptions ++= Seq(
"-target:11",
Expand Down
2 changes: 1 addition & 1 deletion examples/event-migration/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import sbt.Keys.{semanticdbEnabled, semanticdbVersion}

name := "event-migration"
version := "0.1"
scalaVersion := "2.13.12"
scalaVersion := "2.13.13"

val circeVersion = "0.14.6"
val circeGenericExtrasVersion = "0.14.3"
Expand Down
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import sbt._

object Dependencies {
val scalaVersion213 = "2.13.12"
val scalaVersion212 = "2.12.18"
val scalaVersion213 = "2.13.13"
val scalaVersion212 = "2.12.19"

val akkaProjectionVersion = "1.2.5"
val akkaGrpcRuntimeVersion = "2.1.6"
Expand Down

0 comments on commit 6e044cb

Please sign in to comment.