Skip to content

Commit

Permalink
fixups
Browse files Browse the repository at this point in the history
  • Loading branch information
tfenne committed Oct 6, 2023
1 parent f5902b6 commit fd73568
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ target
.bloop
.metals
.vscode
.bsp
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ trait ReleaseModule extends JavaModule {


object tools extends CommonModule with PublishModule with ReleaseModule {
def scalaVersion = "2.13.12"
def scalaVersion = "2.13.8"
override def millSourcePath = super.millSourcePath / os.up
override def mainClass = Some("com.fulcrumgenomics.sv.cmdline.SvMain")
override def artifactName = "fgsv"
Expand Down

0 comments on commit fd73568

Please sign in to comment.