Skip to content

Commit

Permalink
bump release version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chaokunyang committed Nov 3, 2023
1 parent 233b8ea commit 40f9747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scala/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ scalaVersion := "2.13.12"
crossScalaVersions := Seq("2.12.18", "2.13.12", "3.3.1")
resolvers += Resolver.mavenLocal

val furyVersion = "0.3.0-SNAPSHOT"
val furyVersion = "0.3.0"
libraryDependencies ++= Seq(
"org.furyio" % "fury-core" % furyVersion,
"org.scalatest" %% "scalatest" % "3.2.17",
Expand Down

0 comments on commit 40f9747

Please sign in to comment.