From c609f24400bf04217610ec5862b1f372acae2d32 Mon Sep 17 00:00:00 2001 From: Jeff Lewis Date: Wed, 13 Jan 2021 14:47:35 -0700 Subject: [PATCH] update scala version --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 94ad496..d9c8a38 100644 --- a/build.sbt +++ b/build.sbt @@ -45,7 +45,7 @@ lazy val dockerSettings = Seq( lazy val defaultSettings = Seq( organization := "pluralsight", version := hydraNotificationsVersion, - scalaVersion := "2.12.3", + scalaVersion := "2.12.13", description := "Hydra Notifications API", libraryDependencies += "org.scala-lang" % "scala-reflect" % scalaVersion.value, excludeDependencies += "org.slf4j" % "slf4j-log4j12",