Skip to content

Commit 7fd3aec

Browse files
committed
version 0.16.0
1 parent ff796c4 commit 7fd3aec

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,4 @@ sandbox/db
6666
data
6767

6868
project/idea.sbt
69+
.bsp/

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
lazy val _version = "0.15.1-SNAPSHOT"
1+
lazy val _version = "0.16.0"
22
lazy val scalikejdbcVersion = "4.0.0"
33
lazy val jasyncVersion = "2.1.8" // provided
44
lazy val postgresqlVersion = "42.5.1"

release.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/sh
22

3-
sbt clean "project core" "+ publishSigned" #sonatypeRelease
3+
sbt clean "project core" "+ publishSigned" sonatypeRelease
44

0 commit comments

Comments
 (0)