Skip to content

Commit

Permalink
Update slick to 3.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
slick-scala-steward[bot] committed May 24, 2024
1 parent 7d4dfe6 commit e2dfbea
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 @@ -18,7 +18,7 @@ run / fork := true
libraryDependencies += "org.scala-lang" % "scala-compiler" % scalaVersion.value

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

githubWorkflowJavaVersions := JavaSpec.temurin("8") +: githubWorkflowJavaVersions.value

Expand Down

0 comments on commit e2dfbea

Please sign in to comment.