Skip to content

Commit

Permalink
Bump version for 0.10.1 final.
Browse files Browse the repository at this point in the history
  • Loading branch information
swaldman committed May 7, 2024
1 parent 3bc101f commit c666965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ object Dependency {
object c3p0 extends RootModule with JavaModule with PublishModule {
val organization = "com.mchange"
override def artifactName = T{"c3p0"}
override def publishVersion = T{"0.10.1-SNAPSHOT"}
override def publishVersion = T{"0.10.1"}

// we are currently building in Java 11, but releasing Java 7 compatible class files
// for users of smaller JDBC subsets
Expand Down

0 comments on commit c666965

Please sign in to comment.