Skip to content

Commit

Permalink
set run / fork := true
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k committed Nov 9, 2023
1 parent 81bf2e4 commit 0b08dc8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ inThisBuild(
).map { case (username, fullName) =>
Developer(username, fullName, s"@$username", url(s"https://github.com/$username"))
},
run / fork := true,
scalaVersion := scala2Version,
crossScalaVersions := Seq(scala2Version, scala3Version),
tlSonatypeUseLegacyHost := false,
Expand Down

0 comments on commit 0b08dc8

Please sign in to comment.