Skip to content

Commit

Permalink
Update CEF version to 98.3.42
Browse files Browse the repository at this point in the history
  • Loading branch information
NikitkoCent committed Jun 15, 2022
1 parent 4ef9139 commit 4a605f4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ set_property(GLOBAL PROPERTY OS_FOLDERS ON)

# Specify the CEF distribution version.
if(NOT DEFINED CEF_VERSION)
set(CEF_VERSION "98.3.34+g97a5ae6+chromium-98.0.4758.102")
set(CEF_VERSION "98.3.42+gf00e174+chromium-98.0.4758.102")
endif()

# Determine the platform.
Expand Down
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<project name="javaLauncher" default="default" basedir=".">

<property name="jcef.version" value="98.3.34-g97a5ae6-chromium-98.0.4758.102-api-1.7"/>
<property name="jcef.version" value="98.3.42-gf00e174-chromium-98.0.4758.102-api-1.7"/>

<property environment="env"/>
<property name="out.native.path" value="${env.OUT_NATIVE_PATH}"/>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.jetbrains.intellij.deps.jcef</groupId>
<artifactId>jcef</artifactId>
<version>98.3.34-g97a5ae6-chromium-98.0.4758.102-api-1.7</version>
<version>98.3.42-gf00e174-chromium-98.0.4758.102-api-1.7</version>

<build>
<plugins>
Expand Down

0 comments on commit 4a605f4

Please sign in to comment.