Skip to content

Commit

Permalink
Scala-Steward: Update scala-compiler, scala-library, ... from 2.13.10…
Browse files Browse the repository at this point in the history
… to 2.13.11
  • Loading branch information
scala-steward committed Jun 9, 2023
1 parent f6e5966 commit 92649e9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.10"
scalaVersion := "2.13.11"

val circeVersion = "0.14.5"
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.10"
scalaVersion := "2.13.11"

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.10"
scalaVersion := "2.13.11"

val circeVersion = "0.14.5"
val circeGenericExtrasVersion = "0.14.3"
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.10"
val scalaVersion213 = "2.13.11"
val scalaVersion212 = "2.12.17"

val akkaVersion = "2.6.20"
Expand Down

0 comments on commit 92649e9

Please sign in to comment.