Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
octeres
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Package Registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AIG-public
octeres
Commits
a7a48974
Commit
a7a48974
authored
2 weeks ago
by
Brian Toonen
Browse files
Options
Downloads
Patches
Plain Diff
updated .gitignore. set sbt version to 1.9.9 to allow building with scala 2.13.8
parent
90457ecf
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+32
-0
32 additions, 0 deletions
.gitignore
project/build.properties
+1
-0
1 addition, 0 deletions
project/build.properties
with
33 additions
and
0 deletions
.gitignore
+
32
−
0
View file @
a7a48974
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
project/build.properties
0 → 100644
+
1
−
0
View file @
a7a48974
sbt.version
=
1.9.9
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment