Skip to content

Commit

Permalink
Prepare for 3.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
stevedlawrence committed Oct 23, 2023
1 parent be3038e commit 01accb8
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 @@ -219,7 +219,7 @@ val minSupportedJavaVersion: String =

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

0 comments on commit 01accb8

Please sign in to comment.