Skip to content

Commit

Permalink
version 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Jan 9, 2023
1 parent ff796c4 commit 7fd3aec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -66,3 +66,4 @@ sandbox/db
data

project/idea.sbt
.bsp/
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
lazy val _version = "0.15.1-SNAPSHOT"
lazy val _version = "0.16.0"
lazy val scalikejdbcVersion = "4.0.0"
lazy val jasyncVersion = "2.1.8" // provided
lazy val postgresqlVersion = "42.5.1"
Expand Down
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh

sbt clean "project core" "+ publishSigned" #sonatypeRelease
sbt clean "project core" "+ publishSigned" sonatypeRelease

0 comments on commit 7fd3aec

Please sign in to comment.