Skip to content

Commit

Permalink
Merge pull request #58 from scala-steward/update/slick-3.5.1
Browse files Browse the repository at this point in the history
Update slick to 3.5.1
  • Loading branch information
nafg authored May 26, 2024
2 parents 626d3a3 + 7e6ff92 commit 84fa089
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 29 deletions.
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
28 changes: 0 additions & 28 deletions src/main/scala/TypedSQL.scala

This file was deleted.

0 comments on commit 84fa089

Please sign in to comment.