We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b989054 commit 4ad885bCopy full SHA for 4ad885b
build.sbt
@@ -16,7 +16,7 @@ lazy val commonSettings = Seq(
16
17
lazy val baseSettings = commonSettings ++ Seq(
18
organization := "org.scalikejdbc",
19
- version := "2.7.1-scalikejdbc-3.3",
+ version := "2.7.2-scalikejdbc-3.3-SNAPSHOT",
20
publishTo := Some(
21
if (isSnapshot.value)
22
Opts.resolver.sonatypeSnapshots
0 commit comments