bump scala version

This commit is contained in:
hrj 2020-07-16 17:56:16 +05:30
parent 9af66adf9f
commit d3ffc5ae62

View File

@ -2,7 +2,7 @@ lazy val root = (project in file(".")).
settings(
inThisBuild(List(
organization := "com.example",
scalaVersion := "2.13.2",
scalaVersion := "2.13.3",
version := "0.1.0-SNAPSHOT")),
name := "LibreCaptcha",