Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update definitions, exercise-compiler, ... to 0.7.1 #215

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update definitions, exercise-compiler, ... to 0.7.1
  • Loading branch information
47erbot committed Jun 20, 2022
commit db8f0ee1eacda205bb4e7f82bdc3c96ba2fa6bf0
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -16,8 +16,8 @@ lazy val exercises = (project in file("."))
.settings(name := "exercises-doobie")
.settings(
libraryDependencies ++= Seq(
"org.scala-exercises" %% "exercise-compiler" % "0.6.7",
"org.scala-exercises" %% "definitions" % "0.6.7",
"org.scala-exercises" %% "exercise-compiler" % "0.7.1",
"org.scala-exercises" %% "definitions" % "0.7.1",
"org.typelevel" %% "cats-core" % "2.8.0",
"org.tpolecat" %% "doobie-core" % "0.13.4",
"org.tpolecat" %% "doobie-h2" % "0.13.4",