We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cf7f35 commit b21705bCopy full SHA for b21705b
2 files changed
build.sbt
@@ -2,7 +2,7 @@ ThisBuild / description := "Google Cloud client code generator"
2
ThisBuild / organization := "dev.rolang"
3
ThisBuild / licenses := Seq(License.MIT)
4
ThisBuild / homepage := Some(url("https://github.com/rolang/google-rest-api-codegen"))
5
-ThisBuild / scalaVersion := "3.7.3"
+ThisBuild / scalaVersion := "3.7.4"
6
ThisBuild / version ~= { v => if (v.contains('+')) s"${v.replace('+', '-')}-SNAPSHOT" else v }
7
ThisBuild / versionScheme := Some("early-semver")
8
ThisBuild / scmInfo := Some(
project/plugins.sbt
@@ -1,4 +1,4 @@
1
-addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.8")
+addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.9")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
0 commit comments