diff --git a/README.md b/README.md index 6f2c06c..23067c2 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Add the latest release as a dependency to your project | PubSub | [![Latest Version](https://maven-badges.herokuapp.com/maven-central/com.github.tharwaninitin/gcp4zio-pubsub_2.12/badge.svg)](https://mvnrepository.com/artifact/com.github.tharwaninitin/gcp4zio-pubsub) | [![javadoc](https://javadoc.io/badge2/com.github.tharwaninitin/gcp4zio-pubsub_3/javadoc.svg)](https://javadoc.io/doc/com.github.tharwaninitin/gcp4zio-pubsub_3) | [![gcp4zio-pubsub Scala version support](https://index.scala-lang.org/tharwaninitin/gcp4zio/gcp4zio-pubsub/latest-by-scala-version.svg)](https://index.scala-lang.org/tharwaninitin/gcp4zio/gcp4zio-pubsub) | | Cloud Monitoring | [![Latest Version](https://maven-badges.herokuapp.com/maven-central/com.github.tharwaninitin/gcp4zio-monitoring_2.12/badge.svg)](https://mvnrepository.com/artifact/com.github.tharwaninitin/gcp4zio-monitoring) | [![javadoc](https://javadoc.io/badge2/com.github.tharwaninitin/gcp4zio-monitoring_3/javadoc.svg)](https://javadoc.io/doc/com.github.tharwaninitin/gcp4zio-monitoring_3) | [![gcp4zio-monitoring Scala version support](https://index.scala-lang.org/tharwaninitin/gcp4zio/gcp4zio-monitoring/latest-by-scala-version.svg)](https://index.scala-lang.org/tharwaninitin/gcp4zio/gcp4zio-monitoring) | -This project is tested with scala versions 2.12.18, 2.13.12, 3.3.1 and java versions 17, 21 +This project is tested with scala versions 2.13.12, 3.3.1 and java versions 17, 21 __SBT__ ``` scala mdoc diff --git a/project/Versions.scala b/project/Versions.scala index 33c5ca4..5b4f856 100644 --- a/project/Versions.scala +++ b/project/Versions.scala @@ -5,7 +5,7 @@ object Versions { val allScalaVersions: List[String] = List(scala213, scala3) - val scalaJavaCollectionCompat = "2.11.0" + val scalaJavaCollectionCompat = "2.12.0" val zioVersion = "2.1.1" val zioLogVersion = "2.2.4"