Skip to content

Commit

Permalink
build: update sbt to 1.6.2 (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
hseeberger authored Feb 7, 2022
1 parent c76dd35 commit 4dd923b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
15 changes: 12 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# sbt
.bsp
lib_managed
project/project
target
.bsp

# Worksheets (Eclipse or IntelliJ)
# Worksheets
*.sc

# Eclipse
Expand All @@ -24,10 +24,14 @@ target
.ensime_cache
.ensime_lucene

# VSCode
.vscode

# Mac
.DS_Store

# Akka Persistence
# Akka
ddata*
journal
snapshots

Expand All @@ -36,3 +40,8 @@ snapshots

# jenv
.java-version

# Metals
.bloop
.metals
metals.sbt
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version = 1.5.7
sbt.version = 1.6.2

0 comments on commit 4dd923b

Please sign in to comment.