Skip to content

Commit

Permalink
Merged 2.12 src
Browse files Browse the repository at this point in the history
  • Loading branch information
Boris V.Kuznetsov committed Jan 29, 2020
1 parent afc544b commit e03358c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.12.10
- 2.13.1

jdk:
- openjdk-ea
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
val zioVersion = "1.0.0-RC17"
val awsVersion = "2.10.55"
val awsVersion = "2.10.56"

// *****************************************************************************
// Projects
Expand Down
2 changes: 1 addition & 1 deletion src/main/scala/AwsLink.scala
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ package zio_aws_s3
import java.nio.file.{ Paths }
import java.util.concurrent.CompletableFuture
import java.net.URI
import scala.collection.JavaConverters._
import scala.jdk.CollectionConverters._

import zio.{ IO, Task }
import software.amazon.awssdk.regions.Region
Expand Down

0 comments on commit e03358c

Please sign in to comment.