Skip to content

Commit

Permalink
Prepare for 3.10.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Adams authored and jadams-tresys committed Jan 13, 2025
1 parent 029b2f7 commit 2d7883e
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 @@ -237,7 +237,7 @@ val minSupportedJavaVersion: String =

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

0 comments on commit 2d7883e

Please sign in to comment.