Skip to content

Commit

Permalink
Update Scala, gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
adamw committed Oct 18, 2024
1 parent bacde62 commit 5b37933
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ data/
.bsp
.metals
.vscode
metals.sbt
.bloop
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ val commonSettings = Publish.ossPublishSettings ++ Seq(
sbtVersion in Global := {
scalaBinaryVersion.value match {
case "2.10" => "0.13.17"
case "2.12" => "1.8.0"
case "2.12" => "1.10.2"
}
}
)
Expand Down

0 comments on commit 5b37933

Please sign in to comment.