Skip to content

Commit

Permalink
add undeclared compile dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
loetifuss authored Oct 13, 2020
1 parent fc5806e commit 8a056a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
group = "de.tk.opensource"
version = "1.0.0-SNAPSHOT"
version = "1.0.1-SNAPSHOT"

application {
mainClassName = "de.tk.opensource.secon.Main"
Expand All @@ -28,6 +28,7 @@ application {
dependencies {
val junitVersion = "5.6.2"

implementation("global.namespace.fun-io:fun-io-api:2.4.0")
implementation("global.namespace.fun-io:fun-io-bios:2.4.0")
implementation("org.bouncycastle:bcpkix-jdk15on:1.66")

Expand Down

0 comments on commit 8a056a1

Please sign in to comment.