Skip to content

Commit

Permalink
Merge pull request #78 from slick/renovate/com.typesafe.slick-slick-3.x
Browse files Browse the repository at this point in the history
Update dependency com.typesafe.slick:slick to v3.5.2
  • Loading branch information
mergify[bot] authored Sep 30, 2024
2 parents cad6898 + 800d82f commit 4711293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ run / fork := true
libraryDependencies += "org.scala-lang" % "scala-compiler" % scalaVersion.value

Compile / unmanagedClasspath ++= (Compile / unmanagedResources).value
libraryDependencies += "com.typesafe.slick" %% "slick" % "3.5.1"
libraryDependencies += "com.typesafe.slick" %% "slick" % "3.5.2"

ThisBuild / githubWorkflowJavaVersions := Seq(JavaSpec.temurin("11"))
ThisBuild / githubWorkflowPublishTargetBranches := Seq()
Expand Down

0 comments on commit 4711293

Please sign in to comment.