We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d7c8aa commit 1a76259Copy full SHA for 1a76259
build.sbt
@@ -4,7 +4,7 @@ import com.softwaremill.UpdateVersionInDocs
4
5
lazy val commonSettings = commonSmlBuildSettings ++ ossPublishSettings ++ Seq(
6
organization := "com.softwaremill.ox",
7
- scalaVersion := "3.3.4",
+ scalaVersion := "3.3.5",
8
updateDocs := Def.taskDyn {
9
val files1 = UpdateVersionInDocs(sLog.value, organization.value, version.value)
10
Def.task {
0 commit comments