Skip to content

Commit f0e73d0

Browse files
committed
0.1.0
1 parent 74e508e commit f0e73d0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
lazy val buildSettings = Seq(
22
organization := "com.github.benfradet",
3-
version := "0.1.0-SNAPSHOT",
3+
version := "0.1.0",
44
scalaVersion := "2.11.8"
55
)
66

@@ -108,4 +108,4 @@ lazy val benchmarks = project
108108
"-server"
109109
)
110110
)
111-
.dependsOn(core)
111+
.dependsOn(core)

0 commit comments

Comments
 (0)