We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1605b9c commit a68a424Copy full SHA for a68a424
build.sbt
@@ -1,3 +1,5 @@
1
+import com.github.sbt.git.SbtGit.GitKeys.useConsoleForROGit
2
+
3
val scala3Version = "3.4.2"
4
val scala212Version = "2.12.19"
5
val scala213Version = "2.13.14"
@@ -21,6 +23,8 @@ sonatypeRepository := "https://s01.oss.sonatype.org/service/loca
21
23
sonatypeProfileName := "io.getkyo"
22
24
publish / skip := true
25
26
+ThisBuild / useConsoleForROGit := (baseDirectory.value / ".git").isFile
27
28
lazy val `kyo-settings` = Seq(
29
fork := true,
30
scalaVersion := scala3Version,
0 commit comments