Skip to content

Commit

Permalink
Update build.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
dmivankov authored Nov 20, 2024
1 parent dc782ed commit d9e0995
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 @@ -3,8 +3,8 @@ import sbtassembly.MergeStrategy
import scala.xml.{Node => XmlNode, NodeSeq => XmlNodeSeq, _}
import scala.xml.transform.{RewriteRule, RuleTransformer}

val scala212 = "2.13.15"
val scala213 = "2.13.14"
val scala212 = "2.12.9"
val scala213 = "2.13.15"
val supportedScalaVersions = List(scala212, scala213)
val sparkVersion = "3.3.4"
val circeVersion = "0.14.9"
Expand Down

0 comments on commit d9e0995

Please sign in to comment.