Skip to content

Commit

Permalink
Update dependencies. Set Scala version to 2.12.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Ronny Bräunlich committed Mar 1, 2019
1 parent 8f9547c commit a129701
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ dist: trusty
sudo: required
language: scala
scala:
- 2.12.6
- 2.12.8
jdk:
- oraclejdk8
services:
Expand Down
8 changes: 4 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
organization := "de.codecentric"
name := "jdbc-gatling"
scalaVersion := "2.12.6"
scalaVersion := "2.12.8"
libraryDependencies ++= Seq(
"io.gatling.highcharts" % "gatling-charts-highcharts" % "3.0.3",
"io.gatling" % "gatling-test-framework" % "3.0.3",
"org.scalikejdbc" %% "scalikejdbc" % "3.3.2",
"com.h2database" % "h2" % "1.4.197",
"com.h2database" % "h2" % "1.4.198",
"ch.qos.logback" % "logback-classic" % "1.2.3",
"mysql" % "mysql-connector-java" % "8.0.13" % "test",
"mysql" % "mysql-connector-java" % "8.0.15" % "test",
"org.postgresql" % "postgresql" % "42.2.5" % "test",
"org.scalatest" %% "scalatest" % "3.0.5" % "test",
"org.scalatest" %% "scalatest" % "3.0.6" % "test",
"org.testcontainers" % "postgresql" % "1.10.6" % "test",
"org.testcontainers" % "mysql" % "1.10.6" % "test"
)
Expand Down

0 comments on commit a129701

Please sign in to comment.