Skip to content

Commit

Permalink
chore(scala): update scala version to 2.13.13/3.3.3 (#1416)
Browse files Browse the repository at this point in the history
Co-authored-by: Jiafu Tang <[email protected]>
  • Loading branch information
laglangyue and Jiafu Tang authored Mar 20, 2024
1 parent 56d1551 commit c294885
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scala/build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name := "fury-scala"
scalaVersion := "2.13.12"
crossScalaVersions := Seq("2.13.12", "3.3.1")
scalaVersion := "2.13.13"
crossScalaVersions := Seq("2.13.12", "3.3.3")
resolvers += Resolver.mavenLocal

val furyVersion = "0.5.0-SNAPSHOT"
Expand Down

0 comments on commit c294885

Please sign in to comment.