Skip to content

Commit

Permalink
Update Scala versions to 2.13.15 and 3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cheleb committed Oct 10, 2024
1 parent e6551b4 commit 8e7dbe8
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
@@ -1,6 +1,6 @@
name := "ZIO Pravega"
val scala213 = "2.13.14"
val scala33 = "3.5.0"
val scala213 = "2.13.15"
val scala33 = "3.5.1"
val mainScala = scala33
val allScala = Seq(scala33, scala213)

Expand Down

0 comments on commit 8e7dbe8

Please sign in to comment.