Skip to content

Commit

Permalink
Bump version 1.0.3, scalaVersion 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chungonn committed Jun 3, 2023
1 parent 059c17d commit 1894cf7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ name := "commons-json"

organization := "com.greenfossil"

version := "1.0.2"
version := "1.0.3"

scalaVersion := "3.2.2"
scalaVersion := "3.3.0"

scalacOptions ++= Seq("-feature", "-deprecation")

Expand All @@ -14,7 +14,7 @@ libraryDependencies ++= Seq(
//https://github.com/FasterXML/jackson-core
"com.fasterxml.jackson.core" % "jackson-databind" % "2.14.2",
"org.slf4j" % "slf4j-api" % "2.0.5",
"ch.qos.logback" % "logback-classic" % "1.4.5" % Test,
"ch.qos.logback" % "logback-classic" % "1.4.7" % Test,
"org.scalameta" %% "munit" % "0.7.29" % Test
)

Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.8.2
sbt.version=1.8.3

0 comments on commit 1894cf7

Please sign in to comment.