Skip to content

Commit

Permalink
satisfy our desire for order
Browse files Browse the repository at this point in the history
  • Loading branch information
WtrLmmrs committed May 31, 2024
1 parent 2e314eb commit 2b11b4f
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,7 +1,7 @@
val scala212 = "2.12.18"
val scala213 = "2.13.13"
val scala3 = "3.3.3"
val scala212 = "2.12.18"
val allScala = Seq(scala213, scala3, scala212)
val allScala = Seq(scala212, scala213, scala3)

val zioVersion = "2.1.1"
val zioGrpcVersion = "0.6.2"
Expand Down

0 comments on commit 2b11b4f

Please sign in to comment.