Skip to content
This repository has been archived by the owner on Sep 16, 2024. It is now read-only.

Commit

Permalink
Upgrade scala-library from 2.13.11 to 2.13.14
Browse files Browse the repository at this point in the history
  • Loading branch information
JannikArndt committed May 2, 2024
1 parent 8f56d55 commit 0d7e646
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ lazy val root = (project in file("."))
name := "scala-start",
organization := "my-organization",
version := "1.0.0",
scalaVersion := "2.13.11",
scalaVersion := "2.13.14",
scalacOptions := scalaCompilerOptions,
libraryDependencies ++= akkaDependencies ++ databaseDependencies ++ jsonDependencies ++ testDependencies ++ loggingDependencies
)
Expand Down

0 comments on commit 0d7e646

Please sign in to comment.