Skip to content
This repository was archived by the owner on Jun 13, 2023. It is now read-only.

Commit 65ffbb9

Browse files
committed
version 0.9.0
1 parent e591c7a commit 65ffbb9

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ jdk:
33
- openjdk8
44
- openjdk11
55
scala:
6-
- 2.12.13
76
- 2.13.4
87
script:
98
- sbt "++${TRAVIS_SCALA_VERSION}!" test:compile dynamodb/test

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ import xerial.sbt.Sonatype.autoImport._
33
lazy val commonSettings = Seq(
44
organization := "com.github.seratch",
55
name := "awscala",
6-
version := "0.8.6-SNAPSHOT",
6+
version := "0.9.0",
77
scalaVersion := "2.13.4",
8-
crossScalaVersions := Seq("2.12.13", "2.13.4"),
8+
crossScalaVersions := Seq("2.13.4"),
99
sbtPlugin := false,
1010
transitiveClassifiers in Global := Seq(Artifact.SourceClassifier),
1111
scalacOptions ++= Seq("-unchecked", "-deprecation", "-feature"),

0 commit comments

Comments
 (0)