Skip to content

Commit

Permalink
bump slick
Browse files Browse the repository at this point in the history
  • Loading branch information
ZixuanZhang-96 committed Oct 11, 2024
1 parent 3a73b83 commit cac4697
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ libraryDependencies ++= Seq(
)
addSbtPlugin("io.github.davidmweber" % "flyway-sbt" % Versions.flywaySbt)

publishTo := Some(if (isSnapshot.value) Repo.Jfrog.Tubins.sbtDev else Repo.Jfrog.Tubins.sbtRelease)
publish := codeArtifactPublish.value
ThisBuild / versionScheme := Some("early-semver")
Test / publishArtifact := false

Expand Down
2 changes: 1 addition & 1 deletion project/Versions.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
object Versions {
val slick = "3.4.0"
val slick = "3.5.0"
val postgresql = "42.6.0"
val dockerJava = "3.3.4"
val flywaySbt = "7.4.0"
Expand Down

0 comments on commit cac4697

Please sign in to comment.