Skip to content
Snippets Groups Projects
Commit a7a48974 authored by Brian Toonen's avatar Brian Toonen
Browse files

updated .gitignore. set sbt version to 1.9.9 to allow building with scala 2.13.8

parent 90457ecf
No related merge requests found
......@@ -323,6 +323,38 @@ fabric.properties
# End of https://www.toptal.com/developers/gitignore/api/intellij
# Created by https://www.toptal.com/developers/gitignore/api/sbt
# Edit at https://www.toptal.com/developers/gitignore?templates=sbt
### SBT ###
# Simple Build Tool
# http://www.scala-sbt.org/release/docs/Getting-Started/Directories.html#configuring-version-control
dist/*
target/
lib_managed/
src_managed/
project/boot/
project/plugins/project/
.history
.cache
.lib/
### SBT Patch ###
.bsp/
# End of https://www.toptal.com/developers/gitignore/api/sbt
# Created by https://www.toptal.com/developers/gitignore/api/metals
# Edit at https://www.toptal.com/developers/gitignore?templates=metals
### Metals ###
.metals/
.bloop/
project/**/metals.sbt
# End of https://www.toptal.com/developers/gitignore/api/metals
### Python extra ###
local_settings*.py
......
sbt.version=1.9.9
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment