Skip to content

Commit

Permalink
Update scala-library to 2.13.15
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-asf[bot] committed Sep 29, 2024
1 parent 80498c0 commit 7400593
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ import net.bzzt.reproduciblebuilds.ReproducibleBuildsPlugin.reproducibleBuildsCh

name := "pekko-persistence-dynamodb"

scalaVersion := "2.13.14"
crossScalaVersions := Seq("2.12.20", "2.13.14", "3.3.3")
scalaVersion := "2.13.15"
crossScalaVersions := Seq("2.12.20", "2.13.15", "3.3.3")
crossVersion := CrossVersion.binary

val amzVersion = "1.12.772"
Expand Down

0 comments on commit 7400593

Please sign in to comment.