Skip to content

Commit

Permalink
dep: update sbt to 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ckipp01 committed Jan 11, 2022
1 parent d7df279 commit 3d9da12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ inThisBuild(
licenses := Seq(
"Apache-2.0" -> url("http://www.apache.org/license/LICENSE-2.0")
),
scalaVersion := "2.12.14"
scalaVersion := "2.12.15"
)
)

Expand Down
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.5
sbt.version=1.6.1

0 comments on commit 3d9da12

Please sign in to comment.