Skip to content

Commit 80f7097

Browse files
committed
refine build definition
1 parent 78ff1a6 commit 80f7097

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

build.sbt

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,9 @@ val scalikejdbcVersion = "3.0.0-RC3"
1212
val googleCloudVersion = "0.9.3-beta"
1313

1414
libraryDependencies ++= Seq(
15-
"org.scalikejdbc" %% "scalikejdbc" % scalikejdbcVersion % "provided",
16-
"org.scalikejdbc" %% "scalikejdbc" % scalikejdbcVersion % "it,test",
15+
"org.scalikejdbc" %% "scalikejdbc" % scalikejdbcVersion % "provided,it,test",
1716

18-
"com.google.cloud" % "google-cloud-bigquery" % googleCloudVersion % "provided",
19-
"com.google.cloud" % "google-cloud-bigquery" % googleCloudVersion % "it,test",
17+
"com.google.cloud" % "google-cloud-bigquery" % googleCloudVersion % "compile",
2018

2119
"org.scalatest" %% "scalatest" % "3.0.1" % "it,test",
2220
"org.scalamock" %% "scalamock-scalatest-support" % "3.5.0" % "it,test"

0 commit comments

Comments
 (0)