Skip to content

Commit

Permalink
Merge pull request #447 from djx314/update/javet-3.1.8
Browse files Browse the repository at this point in the history
Update javet to 3.1.8
  • Loading branch information
djx314 authored Sep 23, 2024
2 parents 147dc91 + 26d41ab commit c4b5799
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ object LibraryDeptsInstance extends _root_.djx.sbt.depts.abs.LibraryDepts {

VarContext.changeDeptVar := "javet"

libraryDependencies += "com.caoccao.javet" % "javet" % "3.1.7"
libraryDependencies += "com.caoccao.javet" % "javet" % "3.1.8"

VarContext.changeDeptVar := "jintellitype"

Expand Down Expand Up @@ -467,7 +467,7 @@ object LibraryDeptsInstance extends _root_.djx.sbt.depts.abs.LibraryDepts {

VarContext.changeDeptVar := "javet"

libraryDependencies += "com.caoccao.javet" % "javet" % "3.1.7"
libraryDependencies += "com.caoccao.javet" % "javet" % "3.1.8"

VarContext.changeDeptVar := "jintellitype"

Expand Down Expand Up @@ -743,7 +743,7 @@ object LibraryDeptsInstance extends _root_.djx.sbt.depts.abs.LibraryDepts {

VarContext.changeDeptVar := "javet"

libraryDependencies += "com.caoccao.javet" % "javet" % "3.1.7"
libraryDependencies += "com.caoccao.javet" % "javet" % "3.1.8"

VarContext.changeDeptVar := "jintellitype"

Expand Down
2 changes: 1 addition & 1 deletion scala-version-project/scala_212-project/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ VarContext.changeDeptVar := "logback-classic"
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.5.8"

VarContext.changeDeptVar := "javet"
libraryDependencies += "com.caoccao.javet" % "javet" % "3.1.7"
libraryDependencies += "com.caoccao.javet" % "javet" % "3.1.8"

VarContext.changeDeptVar := "jintellitype"
libraryDependencies += "com.melloware" % "jintellitype" % "1.4.1"
Expand Down
2 changes: 1 addition & 1 deletion scala-version-project/scala_213-project/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ VarContext.changeDeptVar := "logback-classic"
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.5.8"

VarContext.changeDeptVar := "javet"
libraryDependencies += "com.caoccao.javet" % "javet" % "3.1.7"
libraryDependencies += "com.caoccao.javet" % "javet" % "3.1.8"

VarContext.changeDeptVar := "jintellitype"
libraryDependencies += "com.melloware" % "jintellitype" % "1.4.1"
Expand Down
2 changes: 1 addition & 1 deletion scala-version-project/scala_3-project/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ VarContext.changeDeptVar := "logback-classic"
libraryDependencies += "ch.qos.logback" % "logback-classic" % "1.5.8"

VarContext.changeDeptVar := "javet"
libraryDependencies += "com.caoccao.javet" % "javet" % "3.1.7"
libraryDependencies += "com.caoccao.javet" % "javet" % "3.1.8"

VarContext.changeDeptVar := "jintellitype"
libraryDependencies += "com.melloware" % "jintellitype" % "1.4.1"
Expand Down

0 comments on commit c4b5799

Please sign in to comment.