Skip to content

Commit

Permalink
Build: Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tindzk committed Feb 16, 2019
1 parent 1d51944 commit 5c3fdc6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: scala
scala:
- 2.11.12
- 2.12.7
- 2.12.8
jdk:
- oraclejdk8
script:
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ import sbtcrossproject.CrossPlugin.autoImport.{crossProject, CrossType}
val Leaf = "0.1.0"
val Shapeless = "2.3.3"
val Scala2_11 = "2.11.12"
val Scala2_12 = "2.12.7"
val Scala2_12 = "2.12.8"
val ScalaTest = "3.0.5"
val Cats = "1.4.0"
val Cats = "1.6.0"

val SharedSettings = Seq(
name := "trail",
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
logLevel := Level.Warn

addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "0.6.0")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.25")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.26")

0 comments on commit 5c3fdc6

Please sign in to comment.