Skip to content

Commit

Permalink
update scala versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nvollmar committed Jan 9, 2024
1 parent 83437a4 commit ce08ebb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ import sbt._
object Dependencies {
// keep in sync with .github/workflows/unit-tests.yml
val scala212Version = "2.12.18"
val scala213Version = "2.13.11"
val scala3Version = "3.3.0"
val scala213Version = "2.13.12"
val scala3Version = "3.3.1"
val scalaVersions = Seq(scala212Version, scala213Version, scala3Version)

val pekkoVersion = System.getProperty("override.pekko.version", "1.0.1")
Expand Down

0 comments on commit ce08ebb

Please sign in to comment.