Skip to content

Commit

Permalink
Merge 0575ccf into 27a481b
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 9, 2020
2 parents 27a481b + 0575ccf commit 3cc19d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ organization := "io.github.nafg"

name := "slick-migration-api"

libraryDependencies += "com.typesafe.slick" %% "slick" % "3.3.2"
libraryDependencies += "com.typesafe.slick" %% "slick" % "3.3.3"

libraryDependencies += "com.typesafe.slick" %% "slick-testkit" % "3.3.2" % "test"
libraryDependencies += "com.typesafe.slick" %% "slick-testkit" % "3.3.3" % "test"

libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.2" % "test"

Expand Down

0 comments on commit 3cc19d3

Please sign in to comment.