Skip to content

Commit

Permalink
Leave only Scala 2.13.9
Browse files Browse the repository at this point in the history
  • Loading branch information
ParisaTork authored Mar 14, 2023
1 parent 961c655 commit 217a0e0
Showing 1 changed file with 1 addition and 1 deletion.
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 scalaVersions = Seq("2.12.10", "2.13.1", "2.13.9")
val scalaVersions = Seq("2.13.9")
val capiModelsVersion = "17.5.1"
val thriftVersion = "0.15.0"
val commonsCodecVersion = "1.10"
Expand Down

0 comments on commit 217a0e0

Please sign in to comment.