Skip to content

Commit

Permalink
Prepare for 3.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
stevedlawrence committed Jun 21, 2023
1 parent d670968 commit 3574385
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 @@ -213,7 +213,7 @@ lazy val testStdLayout = Project("daffodil-test-stdLayout", file("test-stdLayout

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

0 comments on commit 3574385

Please sign in to comment.