Skip to content

Commit

Permalink
Change to 3.10.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
mbeckerle committed Dec 20, 2024
1 parent d7659eb commit 448ee9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ val minSupportedJavaVersion: String =

lazy val commonSettings = Seq(
organization := "org.apache.daffodil",
version := "4.0.0-SNAPSHOT",
version := "3.10.0-SNAPSHOT",
scalaVersion := "2.12.20",
crossScalaVersions := Seq("2.12.20"),
scalacOptions ++= buildScalacOptions(scalaVersion.value),
Expand Down

0 comments on commit 448ee9e

Please sign in to comment.