From 461e1a6ead1b8e633a2f3dfa9f8a2e4a2739fa37 Mon Sep 17 00:00:00 2001 From: hrj Date: Mon, 29 Jun 2020 21:46:26 +0530 Subject: [PATCH] bump versions of sbt, scala and libraries --- build.sbt | 10 +++++----- project/build.properties | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/build.sbt b/build.sbt index 7f90eae..c92e78b 100644 --- a/build.sbt +++ b/build.sbt @@ -4,18 +4,18 @@ lazy val root = (project in file(".")). settings( inThisBuild(List( organization := "com.example", - scalaVersion := "2.12.8", + scalaVersion := "2.13.2", version := "0.1.0-SNAPSHOT")), name := "LibreCaptcha", libraryDependencies += scalaTest % Test, - libraryDependencies += "com.sksamuel.scrimage" %% "scrimage-core" % "2.1.8", + libraryDependencies += "com.sksamuel.scrimage" %% "scrimage-core" % "4.0.5", - libraryDependencies += "com.sksamuel.scrimage" %% "scrimage-io-extra" % "2.1.8", + libraryDependencies += "com.sksamuel.scrimage" %% "scrimage-io-extra" % "4.0.5", - libraryDependencies += "com.sksamuel.scrimage" %% "scrimage-filters" % "2.1.8", + libraryDependencies += "com.sksamuel.scrimage" %% "scrimage-filters" % "4.0.5", - libraryDependencies += "org.json4s" %% "json4s-jackson" % "3.6.5" + libraryDependencies += "org.json4s" %% "json4s-jackson" % "3.6.9" ) diff --git a/project/build.properties b/project/build.properties index c0bab04..654fe70 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.2.8 +sbt.version=1.3.12