Skip to content

Commit

Permalink
Add workaround for git worktree
Browse files Browse the repository at this point in the history
  • Loading branch information
steinybot committed Jun 12, 2024
1 parent 921c2f5 commit 947b5af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import com.github.sbt.git.SbtGit.GitKeys.useConsoleForROGit

val scala3Version = "3.4.2"
val scala212Version = "2.12.19"
val scala213Version = "2.13.14"
Expand All @@ -22,6 +24,8 @@ sonatypeRepository := "https://s01.oss.sonatype.org/service/loca
sonatypeProfileName := "io.getkyo"
publish / skip := true

ThisBuild / useConsoleForROGit := (baseDirectory.value / ".git").isFile

lazy val `kyo-settings` = Seq(
fork := true,
scalaVersion := scala3Version,
Expand Down

0 comments on commit 947b5af

Please sign in to comment.