From 36a58a62a8a47f2eb74913465caa273a2920ab22 Mon Sep 17 00:00:00 2001 From: Anand Singh Date: Tue, 11 Jan 2022 00:29:32 +0000 Subject: [PATCH] Update scala-library from 2.13.5 to 2.13.8 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 1619f59..ea03622 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ import Dependencies._ -ThisBuild / scalaVersion := "2.13.5" +ThisBuild / scalaVersion := "2.13.8" ThisBuild / version := "0.1.0-SNAPSHOT" ThisBuild / organization := "com.techmonad" ThisBuild / organizationName := "learning-zio"