Skip to content

Commit

Permalink
update: security (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
olivmath committed Jun 17, 2022
2 parents 4a1e1c6 + e11dae3 commit 5198f14
Show file tree
Hide file tree
Showing 28 changed files with 1,369 additions and 960 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
lunes.*
lunesblockchain/*
blockchain/*
project/project/*
project/target/*
target/*
Expand All @@ -12,3 +12,4 @@ data
.settings
.metals
.bloop
.vscode
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name := "lunes-node"
organization := "io.lunes"
scalaVersion := "2.12.14"
version := "0.0.9"
version := "0.0.10"
fork in run := true

mainClass in Compile := Some("io.lunes.LunesNode")
Expand Down
File renamed without changes.
Loading

0 comments on commit 5198f14

Please sign in to comment.