Skip to content

Commit

Permalink
Update deps (#425)
Browse files Browse the repository at this point in the history
Scala-Steward: Update scala-compiler from 2.13.14 to 2.13.15
  • Loading branch information
scala-steward authored Sep 27, 2024
1 parent b735087 commit b50135e
Show file tree
Hide file tree
Showing 5 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.14"
scalaVersion := "2.13.15"

val circeVersion = "0.14.10"
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.14"
scalaVersion := "2.13.15"

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.14"
scalaVersion := "2.13.15"

val circeVersion = "0.14.10"
val circeGenericExtrasVersion = "0.14.4"
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import sbt._

object Dependencies {
val scalaVersion213 = "2.13.14"
val scalaVersion213 = "2.13.15"
val scalaVersion212 = "2.12.20"

val akkaProjectionVersion = "1.2.5"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
lazy val scala213 = "2.13.14"
lazy val scala213 = "2.13.15"
lazy val scala212 = "2.12.18"

name := "simple-dump"
Expand Down

0 comments on commit b50135e

Please sign in to comment.