Skip to content

Commit d908ed6

Browse files
author
sken
authored
Merge pull request #4 from sken77/maven
publish to maven
2 parents 2f543a1 + d794b3d commit d908ed6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

build.sbt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,13 @@ inThisBuild(
1616
)
1717
)
1818

19+
publishMavenStyle := true
20+
1921
testOptions += Tests.Argument(TestFrameworks.JUnit, "-q", "-v")
2022

2123
name := "BLAKE3jni"
2224

23-
version := "0.2.0"
25+
version := "0.2.1"
2426

2527
libraryDependencies ++= List(
2628
"com.novocode" % "junit-interface" % "0.11" % "test",

0 commit comments

Comments
 (0)