Skip to content

Commit

Permalink
updated to newer dependency versions
Browse files Browse the repository at this point in the history
Signed-off-by: Konstantin Läufer <laufer@cs.luc.edu>
  • Loading branch information
klaeufer committed Sep 28, 2023
1 parent e468307 commit 99b226e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ name := "expressions-scala"

version := "0.4"

scalaVersion := "3.2.0"
scalaVersion := "3.3.0"

scalacOptions += "@.scalacOptions.txt"

libraryDependencies ++= Seq(
"org.scala-lang.modules" %% "scala-parser-combinators" % "2.3.0",
"org.json4s" %% "json4s-native" % "4.1.0-M3",
"org.scalatest" %% "scalatest" % "3.2.16" % Test
"org.scalatest" %% "scalatest" % "3.2.17" % Test
)

enablePlugins(JavaAppPackaging)

0 comments on commit 99b226e

Please sign in to comment.